Downloader/docker-compose.yml
Seaswimmer 840e310490
All checks were successful
Docker Build / Build and Push Images (push) Successful in 12s
change port allocation
2024-08-03 00:26:13 -04:00

12 lines
410 B
YAML

services:
web:
image: www.coastalcommits.com/galacticfactory/downloader:latest
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
- FORGEJO_DEBUG=false
ports:
- "8041:80"