Downloader/docker-compose.yml
Renovate f4dcabd24c
All checks were successful
Actions / Build and Push Images (pull_request) Has been skipped
Actions / Lint (pull_request) Successful in 16s
Actions / Build and Push Images (push) Successful in 14s
Actions / Lint (push) Successful in 17s
chore(deps): update www.coastalcommits.com/galacticfactory/downloader:latest docker digest to 047adcd
2025-01-21 22:31:08 +00:00

13 lines
483 B
YAML

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