Files
arcade/docker-compose.yml
2026-04-15 10:04:16 +00:00

9 lines
242 B
YAML

# This docker compose file is used for testing the built image on the GitHub Actions runner.
# It's not meant to deploy the app in production.
services:
arcade:
image: 10.0.2.109:3000/gitea/arcade:latest
ports:
- "5000:5000"