docker-compose.yml (175B)
1 services: 2 reviewbot: 3 image: ghcr.io/iostpa/reviewbot:latest 4 restart: always 5 env_file: ".env" 6 ports: 7 - "3000:3000" 8 volumes: 9 - ./data:/app/data
reviewbotSource code for the is-a.dev r... | |
| Log | Files | Refs | README | LICENSE |
docker-compose.yml (175B)
1 services: 2 reviewbot: 3 image: ghcr.io/iostpa/reviewbot:latest 4 restart: always 5 env_file: ".env" 6 ports: 7 - "3000:3000" 8 volumes: 9 - ./data:/app/data