Downloader/docker-compose.dev.yml

12 lines
327 B
YAML
Raw Permalink Normal View History

2024-08-03 00:15:02 -04:00
services:
web:
build: .
environment:
- FORGEJO_BASE_URL=https://www.coastalcommits.com
- FORGEJO_USER=GalacticFactory
- FORGEJO_REPO=GalacticFactory
- FORGEJO_TASK_NAME=Build and Upload Export Files
- FORGEJO_ARTIFACT_NAMES=PrismLauncher,ATLauncher,Modrinth
ports:
- "8000:80"