open port 3000 for gitea runner
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 2m36s

This commit is contained in:
2026-03-09 17:55:10 +00:00
parent 64c2ba5562
commit d7b76e4742

View File

@@ -95,7 +95,7 @@ services:
volumes: volumes:
- ./gitea-runner/config.yaml:/config.yaml - ./gitea-runner/config.yaml:/config.yaml
- ./gitea-runner/data:/data - ./gitea-runner/data:/data
- /var/run/docker.sock:/var/run/docker.sock # WARNING: Docker socket mount gives container host-level access. Runner is in 'disabled' profile to mitigate risk. - /var/run/docker.sock:/var/run/docker.sock # WARNING: Docker socket mount gives container host-level access. Runner is in 'disabled' profile to mitigate risk.
restart: unless-stopped restart: unless-stopped
networks: networks:
- app-network - app-network
@@ -121,5 +121,6 @@ services:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- "2222:2222" - "2222:2222"
- "3000:3000"
depends_on: depends_on:
- db - db