version: '3' services: app: build: context: . dockerfile: Dockerfile image: ssvc-rimsting-vote:latest container_name: ssvc-rimsting-vote ports: - "3000:3000" volumes: - ./data:/app/data restart: unless-stopped environment: - NODE_ENV=production - ADMIN_PASSWORD=${ADMIN_PASSWORD:-schafwaschener-segelverein-admin} - JWT_SECRET_KEY=${JWT_SECRET_KEY:-}