services: app: image: ghcr.io/birabittoh/clicker-ts:main build: context: . container_name: clicker-ts restart: unless-stopped ports: - "127.0.0.1:3000:80"