Skip to content

Commit

Permalink
chore(prod): set up secrets loading for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jan 9, 2024
1 parent b66178c commit ed1e23f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions epivar-prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ services:
image: postgres:15
networks:
- epivar-node-1-db-net
env_file:
- node1/secrets.env
volumes:
- /opt/epivar/node1/db:/var/lib/postgresql/data

Expand Down Expand Up @@ -104,6 +106,8 @@ services:
image: postgres:15
networks:
- epivar-node-2-db-net
env_file:
- node2/secrets.env
volumes:
- /opt/epivar/node2/db:/var/lib/postgresql/data

Expand Down

0 comments on commit ed1e23f

Please sign in to comment.