services: barabingo: image: barabingo:latest container_name: barabingo restart: unless-stopped ports: - "80:3000" volumes: - ./data:/app/data - ./uploads:/app/data/uploads environment: - NODE_ENV=production - FREESOUND_API_KEY=${FREESOUND_API_KEY}