fastapi_django_main_live / babyagi /docker-compose.yml
kenken999's picture
fda
0f43f8a
raw
history blame
243 Bytes
version: "3.9"
services:
babyagi:
build: ./
container_name: babyagi
restart: unless-stopped
ports:
- 127.0.0.1:8080:8080
volumes:
- "./:/app"
stdin_open: true
tty: true
ulimits:
memlock: -1