Compare commits

...

2 Commits

2 changed files with 18 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
version: '3.8'
---
services:
# PostgreSQL Database
@@ -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:

View File

@@ -1,4 +1,4 @@
version: '3.8'
---
services:
# PostgreSQL Database