abapGit/test/gitea/docker-compose.yml
Lars Hvam f46f5ce58e
startup gitea for integration testing (#6619)
Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
2023-11-05 16:04:38 +01:00

10 lines
144 B
YAML

version: "2"
services:
gitea:
image: gitea/gitea:1.20.5-rootless
restart: always
ports:
- "3050:3000"
# - "2222:2222"