Downloader/docker-compose.yml
cswimr b8db7e7f80
Some checks failed
Actions / Lint (push) Failing after 0s
Actions / Build and Push Images (push) Failing after 9s
fix(repo): change base url
2025-02-13 11:03:09 -06:00

13 lines
469 B
YAML

services:
web:
image: www.coastalcommits.com/galacticfactory/downloader:latest@sha256:c45626d77e584a981452d738d14f9a58ad738551cc358a7e715801e56f9b0a9d
restart: always
environment:
- FORGEJO_BASE_URL=https://c.csw.im
- FORGEJO_USER=GalacticFactory
- FORGEJO_REPO=GalacticFactory
- FORGEJO_TASK_NAME=build_export_files
- FORGEJO_ARTIFACT_NAMES=PrismLauncher,ATLauncher,Modrinth
- DEBUG=false
ports:
- "8041:80"