|
|
@ -32,7 +32,7 @@ services:
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- "${PGADMIN_PORT}:80"
|
|
|
|
- "${PGADMIN_PORT}:80"
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- /root/containers/pgadmin/data:/var/lib/pgadmin
|
|
|
|
- /root/containers/pgadmin:/var/lib/pgadmin
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
- postgresql
|
|
|
|
- postgresql
|
|
|
|
|
|
|
|
|
|
|
@ -42,4 +42,5 @@ volumes:
|
|
|
|
|
|
|
|
|
|
|
|
networks:
|
|
|
|
networks:
|
|
|
|
postgresql-network:
|
|
|
|
postgresql-network:
|
|
|
|
|
|
|
|
external: true
|
|
|
|
name: postgresql-network
|
|
|
|
name: postgresql-network
|
|
|
|