mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-28 05:02:13 +00:00
fix: templates
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
# slogan: A self-hosted dashboard that puts all your feeds in one place.
|
||||
# tags: dashboard, server, applications, interface, rrss
|
||||
# logo: svgs/glance.png
|
||||
# port: 8080
|
||||
|
||||
services:
|
||||
glance:
|
||||
image: glanceapp/glance:latest
|
||||
environment:
|
||||
- SERVICE_FQDN_GLANCE
|
||||
- SERVICE_FQDN_GLANCE_8080
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./glance-settings
|
||||
@@ -40,6 +41,7 @@ services:
|
||||
- type: twitch-channels
|
||||
channels:
|
||||
- theprimeagen
|
||||
- heyandras
|
||||
- cohhcarnage
|
||||
- christitustech
|
||||
- blurbs
|
||||
@@ -83,10 +85,8 @@ services:
|
||||
- symbol: RDDT
|
||||
name: Reddit
|
||||
- glance-assets:/user/assets
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
healthcheck:
|
||||
test: ["CMD", "echo", "[+] Should be working fine."]
|
||||
interval: 5s
|
||||
timeout: 20s
|
||||
retries: 10
|
||||
retries: 10
|
||||
|
||||
Reference in New Issue
Block a user