fic dev and prod

This commit is contained in:
root
2026-05-17 09:18:31 -04:00
parent 52a6c95d1e
commit 58a3787f29
5 changed files with 43 additions and 91 deletions
+16
View File
@@ -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: