compose.yaml (view raw)
1name: guesser 2 3services: 4 app: 5 build: . 6 image: ghcr.io/birabittoh/guesser:main 7 container_name: guesser 8 restart: unless-stopped 9 ports: 10 - 3000:3000