Added generated folder
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user