Compare commits
2 Commits
f2efe52fcb
...
0be2115981
| Author | SHA1 | Date | |
|---|---|---|---|
| 0be2115981 | |||
| d22e2f4ac8 |
@@ -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:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: '3.8'
|
||||
---
|
||||
|
||||
services:
|
||||
# PostgreSQL Database
|
||||
|
||||
Reference in New Issue
Block a user