This commit is contained in:
2025-03-13 16:24:20 +01:00
parent ed973d635d
commit b37a362195

View File

@ -18,6 +18,19 @@ services:
networks:
- goshawk-network
springboot-app:
build: ./bot
container_name: springboot_app
restart: always
ports:
- "8180:8080"
environment:
- apiservice.url="fastapi_app"
depends_on:
- python-app
networks:
- goshawk-net
networks:
goshawk-network:
external: true