Merge branch 'main' of https://git.chns.tech/CHNS/Docker-Compose
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: gethomepage/homepage:latest
|
image: gethomepage/homepage:v1.12.3
|
||||||
container_name: homepage
|
container_name: homepage
|
||||||
environment:
|
environment:
|
||||||
HOMEPAGE_ALLOWED_HOSTS: ${HOMEPAGE_ALLOWED_HOSTS}
|
HOMEPAGE_ALLOWED_HOSTS: ${HOMEPAGE_ALLOWED_HOSTS}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
container_name: uptime-kuma
|
container_name: uptime-kuma
|
||||||
image: louislam/uptime-kuma:latest
|
image: louislam/uptime-kuma:2.2.1
|
||||||
ports:
|
ports:
|
||||||
- ${UPTIMEKUMA_PORT}:3001
|
- ${UPTIMEKUMA_PORT}:3001
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user