Actualizar docker-compose.yml

This commit is contained in:
Lorenzo Carbonell 2023-06-10 10:34:26 +02:00 committed by GitHub
parent d4db086e83
commit 61819217cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ services:
restart: unless-stopped restart: unless-stopped
init: true init: true
networks: networks:
- invidious - internal
- proxy - proxy
mem_limit: 1024M mem_limit: 1024M
cpus: 0.5 cpus: 0.5
@ -53,6 +53,6 @@ services:
- postgres - postgres
networks: networks:
invidious: internal: {}
volumes: volumes:
postgresdata: {} postgresdata: {}