fic dev and prod
This commit is contained in:
@@ -43,6 +43,21 @@ services:
|
||||
- ./docker/pgadmin/servers.json:/pgadmin4/servers.json:ro
|
||||
profiles: ["tools"]
|
||||
|
||||
pgmanage:
|
||||
image: cmdpromptinc/pgmanage-enterprise:latest
|
||||
restart: unless-stopped
|
||||
user: "0:0"
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
environment:
|
||||
PGMANAGE_LISTEN_PORT: "8000"
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- pgmanage_dev_data:/appdata
|
||||
profiles: ["tools"]
|
||||
|
||||
migrate:
|
||||
build:
|
||||
context: .
|
||||
@@ -135,5 +150,6 @@ volumes:
|
||||
postgres_dev_data:
|
||||
redis_dev_data:
|
||||
pgadmin_dev_data:
|
||||
pgmanage_dev_data:
|
||||
app_node_modules:
|
||||
postgres_bootstrap_state:
|
||||
|
||||
Reference in New Issue
Block a user