mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-06-01 15:59:50 +00:00
bump glance to v0.8.0 and add admin user
This commit is contained in:
parent
18e88f0aba
commit
1ef6b80b6e
@ -1,5 +1,4 @@
|
||||
# Variables defined here will be available to use anywhere in the config with the syntax ${MY_SECRET_TOKEN}
|
||||
# Note: making changes to this file requires re-running docker compose up
|
||||
MY_SECRET_TOKEN=
|
||||
GITHUB_TOKEN=
|
||||
SERADAR_TOKEN=
|
||||
SECRET_KEY=
|
||||
ADMIN_PASSWORD=
|
@ -1,16 +1,17 @@
|
||||
server:
|
||||
assets-path: /app/assets
|
||||
|
||||
auth:
|
||||
secret-key: ${SECRET_KEY}
|
||||
users:
|
||||
admin:
|
||||
password: ${ADMIN_PASSWORD}
|
||||
|
||||
theme:
|
||||
# Note: assets are cached by the browser, changes to the CSS file
|
||||
# will not be reflected until the browser cache is cleared (Ctrl+F5)
|
||||
custom-css-file: /assets/user.css
|
||||
background-color: 240 13 14
|
||||
primary-color: 51 33 68
|
||||
negative-color: 358 100 68
|
||||
contrast-multiplier: 1.2
|
||||
|
||||
pages:
|
||||
# It's not necessary to create a new file for each page and include it, you can simply
|
||||
# put its contents here, though multiple pages are easier to manage when separated
|
||||
!include: home.yml
|
||||
$include: home.yml
|
||||
|
@ -8,7 +8,7 @@ networks:
|
||||
|
||||
services:
|
||||
glance:
|
||||
image: glanceapp/glance:v0.7.13
|
||||
image: glanceapp/glance:v0.8.0
|
||||
container_name: glance
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user