Added Scheduling
All checks were successful
Push image to registry / build-image (push) Successful in 4m20s

This commit is contained in:
2025-02-07 14:02:42 +01:00
parent 8d1e0474c4
commit 63490c136e
22 changed files with 126 additions and 437 deletions

View File

@ -1,18 +1,15 @@
# Comments are provided throughout this file to help you get started.
# If you need more help, visit the Docker Compose reference guide at
# https://docs.docker.com/go/compose-spec-reference/
# Here the instructions define your application as a service called "app".
# This service is built from the Dockerfile in the current directory.
# You can add other services your application may depend on here, such as a
# database or a cache. For examples, see the Awesome Compose repository:
# https://github.com/docker/awesome-compose
services:
app:
image: git.matthiasg.dev/ninluc/datbrowser:latest
restart: unless-stopped
ports:
- 80:80
environment:
APP_URL: datbrowser.matthiasg.dev
volumes:
- browserDownloads:/app/Browser/downloads
- browserScreenshots:/app/Browser/screenshots
- browserSource:/app/Browser/source
depends_on:
db:
condition: service_healthy
@ -52,3 +49,6 @@ services:
volumes:
dbdata:
browserDownloads:
browserScreenshots:
browserSource: