remove port mapping for postgres
Tests / backend-test (pull_request) Successful in 11s
Tests / frontend-test (pull_request) Failing after 16s
Tests / e2e-test (pull_request) Failing after 1m36s

This commit is contained in:
(jenkins)
2026-04-16 23:40:16 +01:00
parent b1dc09c714
commit e5413b4f0c
-3
View File
@@ -6,9 +6,6 @@ services:
- POSTGRES_DB=line_of_sight
- POSTGRES_USER=line_of_sight
- POSTGRES_PASS=line_of_sight_pass
- ALLOW_IP_RANGE=0.0.0.0/0
ports:
- "5432:5432"
volumes:
- pgdata:/var/lib/postgresql
- ./docker/init.sql:/docker-entrypoint-initdb.d/init.sql