Compare commits

...

6 Commits

Author SHA1 Message Date
Gérald Colangelo
04e8631a3a wip 2026-03-20 16:32:27 +01:00
Gérald Colangelo
e455b9b459 wip 2026-03-20 16:31:56 +01:00
Gérald Colangelo
8e84ea09f1 wip 2026-03-20 16:30:17 +01:00
Gérald Colangelo
7f7f66b597 wip 2026-03-20 16:27:35 +01:00
Gérald Colangelo
df7d94933e wip 2026-03-20 16:00:33 +01:00
Gérald Colangelo
7c7224dc47 wip 2026-03-20 15:53:13 +01:00

View File

@@ -14,7 +14,9 @@ services:
timeout: 5s timeout: 5s
retries: 5 retries: 5
networks: networks:
- ${NETWORK} local_net:
aliases:
- ${COMPOSE_PROJECT_NAME}-db
web: web:
build: . build: .
@@ -31,7 +33,11 @@ services:
- app_storage:/app/storage - app_storage:/app/storage
- .:/app # bind-mount source so code changes are live without a rebuild - .:/app # bind-mount source so code changes are live without a rebuild
networks: networks:
- ${NETWORK} local_net:
aliases:
- ${COMPOSE_PROJECT_NAME}-web
volumes: volumes:
postgres_data: postgres_data:
@@ -39,5 +45,6 @@ volumes:
networks: networks:
${NETWORK}: local_net:
external: true name: ${NETWORK}
external: true