first commit
This commit is contained in:
24
docker-compose.yml
Normal file
24
docker-compose.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
nanobot-gateway:
|
||||
container_name: nanobot-gateway
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
command: ["gateway"]
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./nanobot-config:/root/.nanobot
|
||||
ports:
|
||||
- "18790:18790"
|
||||
|
||||
nanobot-cli:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
profiles:
|
||||
- cli
|
||||
command: ["status"]
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
- ./nanobot-config:/root/.nanobot
|
||||
Reference in New Issue
Block a user