mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
fix first batch of _dev stacks: authentik, directus, duplicati, filebrowser, firefly, headscale, homepage, invoiceninja, jellyfin, lubelogger
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
# Compose
|
||||
VOL_PATH=/data
|
||||
INVOICENINJA_IMAGE=invoiceninja/invoiceninja-debian:latest
|
||||
INVOICENINJA_RESTART=unless-stopped
|
||||
INVOICENINJA_PORT=8000
|
||||
MYSQL_IMAGE=mysql:8
|
||||
NGINX_IMAGE=nginx:alpine
|
||||
REDIS_IMAGE=redis:alpine
|
||||
|
||||
# IN application vars
|
||||
APP_URL=http://localhost:8000
|
||||
# echo -n "base64:$(openssl rand -base64 32)"
|
||||
|
||||
Reference in New Issue
Block a user