mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update pgadmin services with fixed IP and services dependencies
Move .codesandbox/servers.json -> pgadmin_servers.json
This commit is contained in:
@@ -141,7 +141,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- data:/var/lib/pgadmin
|
- data:/var/lib/pgadmin
|
||||||
- $PWD/.codesandbox/servers.json:/servers.json:ro
|
- $PWD/pgadmin_servers.json:/servers.json:ro
|
||||||
ports:
|
ports:
|
||||||
- 5050:5050
|
- 5050:5050
|
||||||
environment:
|
environment:
|
||||||
@@ -152,9 +152,10 @@ services:
|
|||||||
- PGADMIN_SERVER_JSON_FILE=/servers.json
|
- PGADMIN_SERVER_JSON_FILE=/servers.json
|
||||||
- PGADMIN_DISABLE_POSTFIX=true
|
- PGADMIN_DISABLE_POSTFIX=true
|
||||||
networks:
|
networks:
|
||||||
- iot
|
iot:
|
||||||
#depends_on:
|
ipv4_address: 172.30.0.5
|
||||||
# - db
|
depends_on:
|
||||||
|
- db
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
max-size: 10m
|
max-size: 10m
|
||||||
|
Reference in New Issue
Block a user