compose.yaml (view raw)
1services: 2 go-lift: 3 image: ghcr.io/birabittoh/go-lift:main 4 build: . 5 container_name: go-lift 6 restart: unless-stopped 7 ports: 8 - 3000:3000 9 env_file: 10 - .env 11 volumes: 12 - ./data:/app/data