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