Downloader/docker-compose.yml

14 lines
469 B
YAML
Raw Normal View History

2024-08-03 00:15:02 -04:00
services:
web:
image: www.coastalcommits.com/galacticfactory/downloader:latest@sha256:c45626d77e584a981452d738d14f9a58ad738551cc358a7e715801e56f9b0a9d
2024-08-05 15:42:11 -04:00
restart: always
2024-08-03 00:15:02 -04:00
environment:
2025-02-13 11:03:09 -06:00
- FORGEJO_BASE_URL=https://c.csw.im
2024-08-03 00:15:02 -04:00
- FORGEJO_USER=GalacticFactory
- FORGEJO_REPO=GalacticFactory
- FORGEJO_TASK_NAME=build_export_files
2024-08-03 00:15:02 -04:00
- FORGEJO_ARTIFACT_NAMES=PrismLauncher,ATLauncher,Modrinth
2024-08-03 00:27:36 -04:00
- DEBUG=false
2024-08-03 00:15:02 -04:00
ports:
2024-08-03 00:26:13 -04:00
- "8041:80"