Added Scheduling
All checks were successful
Push image to registry / build-image (push) Successful in 4m20s
All checks were successful
Push image to registry / build-image (push) Successful in 4m20s
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user