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:
|
reverse-proxy:
|
||||||
image: traefik:2.8.1
|
image: traefik:2.8.1
|
||||||
command: --api=false --api.dashboard=false --providers.docker
|
command: --api=false --api.dashboard=false --providers.docker
|
||||||
|
mem_limit: 64m
|
||||||
networks:
|
networks:
|
||||||
- internal-nw
|
- internal-nw
|
||||||
- default
|
- default
|
||||||
@ -19,6 +20,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
image: homepage
|
image: homepage
|
||||||
|
mem_limit: 8m
|
||||||
networks:
|
networks:
|
||||||
- internal-nw
|
- internal-nw
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user