compose/redbot/docker-compose.yml

12 lines
265 B
YAML
Raw Normal View History

2024-06-17 23:59:19 -03:00
version: "3.2"
services:
redbot:
container_name: redbot
2024-09-19 18:29:50 -03:00
image: phasecorex/red-discordbot:full
2024-06-17 23:59:19 -03:00
restart: unless-stopped
2024-06-18 00:06:59 -03:00
env_file:
- ../stack.env
2024-06-17 23:59:19 -03:00
volumes:
- /docker/appdata/redbot/data:/data
environment:
2024-11-21 01:48:39 -04:00
- TZ=America/Moncton