Skip to content
Snippets Groups Projects
Commit e2bf44bb authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Change docker-compose db to allow replication

parent 82ebe3c5
No related branches found
No related tags found
1 merge request!90Change docker-compose db to allow replication
Pipeline #45151 passed
......@@ -13,6 +13,7 @@ services:
container_name: ldv-spec-postgres
expose:
- "5432"
command: postgres -c wal_level=logical
ports:
# enables an external database connection to sdc-dev.astron.nl:12000
- "12000:5432"
......
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