compose: add memory limits
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-08-02 15:08:18 +02:00
parent 20665dc119
commit 20c220ffee
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -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