Files
templates/blueprints/autobase/docker-compose.yml
Vitaliy Kukharik 091ea7afda Update Autobase to version 2.7 (#830)
* Update Autobase to version 2.7

Update autobase console image tag in blueprints/autobase/docker-compose.yml from 2.5.2 to 2.7.2 and bump the corresponding package version in meta.json to 2.7.2 to keep metadata in sync with the deployed image.

* Add dbdesk_studio_data Docker volume

---------

Co-authored-by: Mauricio Siu <siumauricio@icloud.com>
2026-07-07 15:42:13 -06:00

20 lines
510 B
YAML

services:
autobase-console:
image: autobase/console:2.7.2
restart: unless-stopped
ports:
- "80"
- "8080"
environment:
- PG_CONSOLE_API_URL=${PG_CONSOLE_API_URL}
- PG_CONSOLE_AUTHORIZATION_TOKEN=${PG_CONSOLE_AUTHORIZATION_TOKEN}
volumes:
- console_postgres:/var/lib/postgresql
- dbdesk_studio_data:/opt/dbdesk-studio
- /var/run/docker.sock:/var/run/docker.sock
- /tmp/ansible:/tmp/ansible
volumes:
console_postgres:
dbdesk_studio_data: