its starting to get stable
This commit is contained in:
+10
-1
@@ -12,7 +12,16 @@ services:
|
||||
networks:
|
||||
- postgres-network
|
||||
|
||||
|
||||
pgadmin:
|
||||
image: dpage/pgadmin4
|
||||
environment:
|
||||
PGADMIN_DEFAULT_EMAIL: admin@pgadmin.com
|
||||
PGADMIN_DEFAULT_PASSWORD: password
|
||||
PGADMIN_LISTEN_PORT: 80
|
||||
ports:
|
||||
- 15433:80
|
||||
depends_on:
|
||||
- database
|
||||
networks:
|
||||
postgres-network:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user