Upload files to "/"
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user