Skip to content
Snippets Groups Projects
Commit 43392356 authored by Martin Korec's avatar Martin Korec
Browse files

fix: add ports to docker-compose/postgres

parent 4f2e1211
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,8 @@ services: ...@@ -27,6 +27,8 @@ services:
postgres: postgres:
container_name: postgres container_name: postgres
image: postgres:14.3-alpine image: postgres:14.3-alpine
ports:
- 127.0.0.1:${DB_PORT}:${DB_PORT}
networks: networks:
- backend-network - backend-network
volumes: volumes:
......
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