initial push
This commit is contained in:
12
roles/deploy-docker/templates/uptimekuma.yml
Normal file
12
roles/deploy-docker/templates/uptimekuma.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:latest
|
||||
container_name: {{ name_docker }}
|
||||
hostname: {{ name_docker }}
|
||||
volumes:
|
||||
- ./uptimekuma:/app/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
ports:
|
||||
- 10028:3001
|
||||
restart: always
|
||||
Reference in New Issue
Block a user