Update docker-compose.yml

This commit is contained in:
2025-06-08 14:15:01 +02:00
parent 3288824383
commit 53ac07a9ee

View File

@@ -1,8 +1,7 @@
version: '3.8'
networks:
docupulse_${PORT:-10335}_network:
name: docupulse_${PORT:-10335}_network
docupulse_network:
driver: bridge
services:
@@ -37,7 +36,7 @@ services:
cpus: '1'
memory: 1G
networks:
- docupulse_${PORT:-10335}_network
- docupulse_network
db:
image: postgres:13
@@ -54,7 +53,7 @@ services:
timeout: 10s
retries: 3
networks:
- docupulse_${PORT:-10335}_network
- docupulse_network
volumes:
docupulse_postgres_data: