Seaswimmer
e1ec4e3fdd
All checks were successful
Docker Build / Build and Push Images (push) Successful in 16s
13 lines
422 B
YAML
13 lines
422 B
YAML
services:
|
|
web:
|
|
image: www.coastalcommits.com/galacticfactory/downloader:latest
|
|
restart: always
|
|
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
|
|
- DEBUG=false
|
|
ports:
|
|
- "8041:80"
|