Update postgres-compose.yml
This commit is contained in:
@@ -8,6 +8,8 @@ services:
|
|||||||
POSTGRES_USER: ${POSTGRES_USER}
|
POSTGRES_USER: ${POSTGRES_USER}
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PWD}
|
POSTGRES_PASSWORD: ${POSTGRES_PWD}
|
||||||
#POSTGRES_DB: default # The PostgreSQL default database (automatically created at first launch)
|
#POSTGRES_DB: default # The PostgreSQL default database (automatically created at first launch)
|
||||||
|
labels:
|
||||||
|
- rackpeek.tags=database
|
||||||
ports:
|
ports:
|
||||||
- "5433:5432"
|
- "5433:5432"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -33,4 +35,5 @@ services:
|
|||||||
- homepage.href=http://192.168.0.131:5434
|
- homepage.href=http://192.168.0.131:5434
|
||||||
- homepage.description=Postgres Dashboard
|
- homepage.description=Postgres Dashboard
|
||||||
- dockhand.url=http://192.168.0.131:5434
|
- dockhand.url=http://192.168.0.131:5434
|
||||||
|
- rackpeek.tags=development
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user