Added generated folder
This commit is contained in:
@@ -47,14 +47,14 @@ services:
|
||||
networks:
|
||||
- tournament-network
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512M
|
||||
cpus: '0.5'
|
||||
reservations:
|
||||
memory: 256M
|
||||
cpus: '0.25'
|
||||
# deploy:
|
||||
# resources:
|
||||
# limits:
|
||||
# memory: 512M
|
||||
# cpus: '0.5'
|
||||
# reservations:
|
||||
# memory: 256M
|
||||
# cpus: '0.25'
|
||||
|
||||
# Nginx Reverse Proxy
|
||||
nginx:
|
||||
@@ -72,14 +72,14 @@ services:
|
||||
networks:
|
||||
- tournament-network
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 128M
|
||||
cpus: '0.25'
|
||||
reservations:
|
||||
memory: 64M
|
||||
cpus: '0.1'
|
||||
# deploy:
|
||||
# resources:
|
||||
# limits:
|
||||
# memory: 128M
|
||||
# cpus: '0.25'
|
||||
# reservations:
|
||||
# memory: 64M
|
||||
# cpus: '0.1'
|
||||
|
||||
volumes:
|
||||
# postgres_data:
|
||||
|
||||
Reference in New Issue
Block a user