Files
gitea_runner/docker-compose.yml
T
2023-07-06 11:59:21 +02:00

13 lines
272 B
YAML

version: "3.9"
services:
gitea-runner:
build: .
container_name: gitea-runner
restart: unless-stopped
ports:
- "8000:8000"
environment:
- LOGGER_LEVEL=info
- LISTEN_IP=0.0.0.0
- LISTEN_PORT=8000
- REPO_DIR=/home/app/repo/