Files
templates/blueprints/autobase/docker-compose.yml
Vitaliy Kukharik 05c014b26b Update Autobase to v2.3.0 (#244)
* Update Autobase to v2.3.0

* Update meta.json

* Update tags
2025-07-27 22:46:50 -06:00

18 lines
442 B
YAML

services:
autobase-console:
image: autobase/console:2.3.0
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
- /var/run/docker.sock:/var/run/docker.sock
- /tmp/ansible:/tmp/ansible
volumes:
console_postgres: