Initial upload of configurations
This commit is contained in:
19
uptimekuma/docker-compose.yaml
Normal file
19
uptimekuma/docker-compose.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: '3.3'
|
||||
|
||||
services:
|
||||
uptimek:
|
||||
image: louislam/uptime-kuma:1
|
||||
container_name: uptime-kuma
|
||||
volumes:
|
||||
- ${HOME_DIR}/${CONTAINER_NAME}:/app/data
|
||||
- ${DOCKER_SOCK}:/var/run/docker.sock:ro
|
||||
ports:
|
||||
- ${PORT_HTTP}:3001
|
||||
env_file:
|
||||
- path: ./uptimekuma.env
|
||||
required: true
|
||||
- path: ../global.env
|
||||
required: true
|
||||
environment:
|
||||
- TZ=${TIMEZONE}
|
||||
restart: unless-stopped
|
||||
3
uptimekuma/uptimekuma.env
Normal file
3
uptimekuma/uptimekuma.env
Normal file
@@ -0,0 +1,3 @@
|
||||
CONTAINER_NAME=uptimekuma
|
||||
PORT_HTTP=3001
|
||||
DOCKER_SOCK=/var/run/docker.sock
|
||||
Reference in New Issue
Block a user