Skip to content
Snippets Groups Projects
Unverified Commit 63b8486a authored by vmaubert's avatar vmaubert Committed by GitHub
Browse files

fix(cron): ajoute le réseau pour que le conteneur accède à géo api (#606)

parent e79744f5
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ services:
- ./.env:/app/.env
networks:
- default
- nginx-proxy
db:
container_name: camino_api_db
image: postgres:12
......
......@@ -29,6 +29,7 @@ services:
PGHOST: db
networks:
- default
- nginx-proxy
volumes:
- files:/app/files
- ./.env:/app/.env
......
......@@ -35,6 +35,7 @@ services:
- ./.env:/app/.env
networks:
- default
- nginx-proxy
restart: unless-stopped
db:
container_name: camino_api_db
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment