add the files
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
---
|
||||
services:
|
||||
bot:
|
||||
image: ghcr.io/esmbot/esmbot:edge
|
||||
container_name: bots-esmbot
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./logs:/app/logs
|
||||
- bot-help:/app/help
|
||||
- bot-temp:/app/temp
|
||||
- ./config:/app/config
|
||||
- /srv/www/images/esmbot:/images
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
OUTPUT: /app/help/help.md
|
||||
TEMPDIR: /app/temp
|
||||
user: root
|
||||
|
||||
networks:
|
||||
- postgres
|
||||
|
||||
volumes:
|
||||
bot-help:
|
||||
bot-temp:
|
||||
|
||||
networks:
|
||||
postgres:
|
||||
name: postgres
|
||||
external: true
|
||||
Reference in New Issue
Block a user