Unverified Commit 80657890 by Vincent Martinez Committed by Paul B

Open database port

parent c99b0dc5
Pipeline #1074 passed with stage
in 24 seconds
......@@ -34,6 +34,8 @@ services:
image: "registry.gitlab.com/lgds/private-docker-images/postgres-lgds-anon:2021-04-28"
env_file: .env
restart: always
ports:
- "5432:5432"
volumes:
- "odoo-pg-data:/var/lib/postgresql/data"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment