Files
botfights/docker-compose.yml
T

16 lines
269 B
YAML
Raw Normal View History

services:
botfights:
build: .
container_name: botfights
restart: unless-stopped
ports:
- "9100:9100"
volumes:
- botfights-data:/app/server/data
environment:
- NODE_ENV=production
- PORT=9100
volumes:
botfights-data: