Downloader/docker-compose.yml
Renovate 32fc0a70a8
All checks were successful
Actions / Build and Push Images (pull_request) Has been skipped
Actions / Build and Push Images (push) Successful in 15s
Actions / Lint (pull_request) Successful in 18s
Actions / Lint (push) Successful in 18s
chore(deps): update www.coastalcommits.com/galacticfactory/downloader:latest docker digest to 57be63e
2025-02-03 23:20:44 +00:00

13 lines
483 B
YAML

services:
web:
image: www.coastalcommits.com/galacticfactory/downloader:latest@sha256:57be63e52e90a1c7d53a95f555716ed77e7e08329cc4b571f339b1f84d28a0e8
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"