Skip to content
Snippets Groups Projects
Commit 953948bd authored by Mario Wenzel's avatar Mario Wenzel
Browse files

reference env file for podman

parent d59c6bbf
Branches
No related tags found
No related merge requests found
...@@ -6,6 +6,8 @@ services: ...@@ -6,6 +6,8 @@ services:
db: db:
image: postgres:12 image: postgres:12
restart: always restart: always
env_file:
- ".env"
environment: environment:
- POSTGRES_PASSWORD - POSTGRES_PASSWORD
ports: ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment