forked from viveksantayana/geas-bot
9 lines
172 B
YAML
9 lines
172 B
YAML
|
version: '3.5'
|
||
|
|
||
|
services:
|
||
|
geasbot-app:
|
||
|
build: ./app
|
||
|
container_name: geas_bot
|
||
|
volumes:
|
||
|
- /share/Public/geasbot/data:/app/data
|
||
|
restart: unless-stopped
|