compose: add memory limits
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
20665dc119
commit
20c220ffee
@ -5,6 +5,7 @@ services:
|
||||
reverse-proxy:
|
||||
image: traefik:2.8.1
|
||||
command: --api=false --api.dashboard=false --providers.docker
|
||||
mem_limit: 64m
|
||||
networks:
|
||||
- internal-nw
|
||||
- default
|
||||
@ -19,6 +20,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
image: homepage
|
||||
mem_limit: 8m
|
||||
networks:
|
||||
- internal-nw
|
||||
restart: always
|
||||
|
Loading…
Reference in New Issue
Block a user