services: app: container_name: dashlit-app image: ghcr.io/codewec/dashlit:latest restart: unless-stopped environment: ORIGIN: 'http://bgmcd.org:3024' PASSWORD: '60wcFlr7$' ports: - '3024:3000' volumes: - ./data:/app/data