Spaces:
Running
on
Zero
Running
on
Zero
File size: 243 Bytes
14dc68f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
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
|