mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-29 02:55:22 +02:00
18 lines
442 B
YAML
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:
|