13 lines
410 B
YAML
13 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:
|
||
|
- "8000:80"
|