Skip to content
Snippets Groups Projects
Commit 46f75375 authored by Fanna Lautenbach's avatar Fanna Lautenbach
Browse files

add gitignore

parent 85aebb61
No related branches found
No related tags found
No related merge requests found
.idea/
__pycache__/
\ No newline at end of file
version: "3.7"
services:
ldv-spec-db:
image: postgres:14
container_name: ldv-spec-postgres
expose:
- "5433"
ports:
- "5433:5432"
env_file:
- $HOME/shared/ldvspec.env
environment:
POSTGRES_PASSWORD: "secret"
POSTGRES_USER: "postgres"
POSTGRES_DB: "ldv-spec-db"
volumes:
- ldv-spec-db:/var/lib/postgresql/data
restart: always
volumes:
ldv-spec-db:
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment