11 lines
327 B
YAML
11 lines
327 B
YAML
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"
|