all repos — clicker-ts @ main

Unnamed repository; edit this file 'description' to name the repository.

compose.yaml (view raw)

1services:
2  app:
3    image: ghcr.io/birabittoh/clicker-ts:main
4    build:
5      context: .
6    container_name: clicker-ts
7    restart: unless-stopped
8    ports:
9      - "127.0.0.1:3000:80"