|
@@ -17,10 +17,6 @@ services:
|
|
|
image: "hub.botprotec.com/botpro/botpro-bantrab-buro:${VERSION_TAG}"
|
|
|
ports:
|
|
|
- "${WEB_PORT}:8080"
|
|
|
- networks:
|
|
|
- default:
|
|
|
- external:
|
|
|
- name: backend_botpronet
|
|
|
buro-worker:
|
|
|
environment:
|
|
|
settings_backend_url: "${SETTINGS_BACKEND_URL}"
|
|
@@ -32,15 +28,11 @@ services:
|
|
|
db_migrate: "false"
|
|
|
settings_cors_allowed: '["${FRONTEND_URL}", "http://localhost:9000"]'
|
|
|
image: "hub.botprotec.com/botpro/botpro-bantrab-buro-worker:${VERSION_TAG}"
|
|
|
- networks:
|
|
|
- default:
|
|
|
- external:
|
|
|
- name: backend_botpronet
|
|
|
- links:
|
|
|
- - "db"
|
|
|
|
|
|
networks:
|
|
|
- botpronet:
|
|
|
+ default:
|
|
|
+ external:
|
|
|
+ name: backend_botpronet
|
|
|
|
|
|
volumes:
|
|
|
web-migrations:
|