Added generated folder

This commit is contained in:
2025-07-20 08:33:34 +02:00
parent d22e2f4ac8
commit 0be2115981

View File

@@ -47,14 +47,14 @@ services:
networks: networks:
- tournament-network - tournament-network
restart: unless-stopped restart: unless-stopped
deploy: # deploy:
resources: # resources:
limits: # limits:
memory: 512M # memory: 512M
cpus: '0.5' # cpus: '0.5'
reservations: # reservations:
memory: 256M # memory: 256M
cpus: '0.25' # cpus: '0.25'
# Nginx Reverse Proxy # Nginx Reverse Proxy
nginx: nginx:
@@ -72,14 +72,14 @@ services:
networks: networks:
- tournament-network - tournament-network
restart: unless-stopped restart: unless-stopped
deploy: # deploy:
resources: # resources:
limits: # limits:
memory: 128M # memory: 128M
cpus: '0.25' # cpus: '0.25'
reservations: # reservations:
memory: 64M # memory: 64M
cpus: '0.1' # cpus: '0.1'
volumes: volumes:
# postgres_data: # postgres_data: