Downloader/docker-compose.yml
Renovate bc7bea2b5a
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 15s
Actions / Lint (push) Successful in 16s
chore(deps): update www.coastalcommits.com/galacticfactory/downloader:latest docker digest to 5808936
2025-01-28 22:10:43 +00:00

13 lines
483 B
YAML

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