Downloader/docker-compose.yml
Renovate 8aa84c98a7
All checks were successful
Actions / Build and Push Images (pull_request) Has been skipped
Actions / Build and Push Images (push) Successful in 16s
Actions / Lint (pull_request) Successful in 19s
Actions / Lint (push) Successful in 18s
chore(deps): update www.coastalcommits.com/galacticfactory/downloader:latest docker digest to fb37ea4
2025-01-24 00:01:07 +00:00

13 lines
483 B
YAML

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