Skip to content
Snippets Groups Projects
Commit c43f8d2c authored by Dorian Koch's avatar Dorian Koch Committed by Simon Künzel
Browse files

Fix docker config

parent 17137e50
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ DB_CONNECTIONS = { ...@@ -45,7 +45,7 @@ DB_CONNECTIONS = {
DATABASE = { DATABASE = {
"engine": "postgres", "engine": "postgres",
"postgres": { "postgres": {
"host": "database", "host": "host.docker.internal",
"port": 9343, "port": 9343,
"user": "videoag", "user": "videoag",
"password": "videoag", "password": "videoag",
......
...@@ -17,7 +17,7 @@ services: ...@@ -17,7 +17,7 @@ services:
- POSTGRES_USER=videoag - POSTGRES_USER=videoag
- POSTGRES_PASSWORD=videoag - POSTGRES_PASSWORD=videoag
ports: ports:
- '9343:9343' - "9343:5432"
volumes: volumes:
- .data/:/var/lib/postgresql/data - .data/:/var/lib/postgresql/data
volumes: volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment