13 lines
230 B
YAML
13 lines
230 B
YAML
|
|
services:
|
||
|
|
app:
|
||
|
|
image: ghcr.io/slfhstd/flairtimermodmail:v0.0.1
|
||
|
|
container_name: bot-ftmm-dev
|
||
|
|
restart: unless-stopped
|
||
|
|
volumes:
|
||
|
|
- /docker/data/flairtimermodmail:/app/config
|
||
|
|
|
||
|
|
env_file:
|
||
|
|
- .env
|
||
|
|
|
||
|
|
|