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: