This repository has been archived on 2026-01-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
frostbot/docker-compose.yml
2025-04-25 12:09:43 -07:00

14 lines
277 B
YAML

services:
frostbot:
container_name: frostbot
image: ghcr.io/frostbide/frostbot:latest
stdin_open: true
tty: true
restart: unless-stopped
env_file:
- .env
environment:
- NODE_ENV=production
volumes:
- ./src/data:/app/src/data