Skip to content
Snippets Groups Projects
Commit 286199a4 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

add env_file to backend service also

parent 76024b29
No related branches found
No related tags found
1 merge request!267compose file is deployed from ci/cd pipeline
Pipeline #40547 passed
...@@ -24,12 +24,13 @@ services: ...@@ -24,12 +24,13 @@ services:
atdb-backend: atdb-backend:
container_name: atdb-ldv container_name: atdb-ldv
image: git.astron.nl:5000/astron-sdc/atdb-ldv:latest image: git.astron.nl:5000/astron-sdc/atdb-ldv:latest
expose: expose:
- "8000" - "8000"
networks: networks:
- traefik_proxy - traefik_proxy
- atdb_network - atdb_network
env_file:
- $HOME/shared/atdb_ldv.env
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.atdb-backend.entryPoints=atdb-ldv" - "traefik.http.routers.atdb-backend.entryPoints=atdb-ldv"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment