9 lines
242 B
YAML
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"
|