mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
* 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>
20 lines
510 B
YAML
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:
|