mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-16 17:45:28 +10:00
updating compose.yaml to have an exposed port for the postgres
This commit is contained in:
10
compose.yaml
10
compose.yaml
@@ -10,18 +10,18 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- pgdata:/var/lib/postgresql
|
- pgdata:/var/lib/postgresql
|
||||||
- ./pgBackup:/mnt/pgBackup
|
- ./pgBackup:/mnt/pgBackup
|
||||||
|
ports:
|
||||||
|
- "5432:5432"
|
||||||
pgadmin:
|
pgadmin:
|
||||||
image: dpage/pgadmin4:latest
|
image: dpage/pgadmin4:latest
|
||||||
ports:
|
ports:
|
||||||
- "5050:80"
|
- "5050:80"
|
||||||
env_file: "variables.env"
|
env_file: "variables.env"
|
||||||
|
secrets:
|
||||||
|
- postgres_pwd
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
volumes:
|
volumes:
|
||||||
- pgadmindata:/var/lib/pgadmin
|
- pgadmindata:/var/lib/pgadmin
|
||||||
#- ./pgBackup:/mnt/host
|
|
||||||
# uncomment the above line if you plan to restore / backup dump files from PGAdmin UI
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
pgdata:
|
pgdata:
|
||||||
pgadmindata:
|
|
||||||
Reference in New Issue
Block a user