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: