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
1 changed files with 2 additions and 2 deletions

View File

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