mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-18 09:26:56 +08:00
ansible playbook added
this playbook will install docker then install uptime kuma using docker and install and configure nginx with ssl
This commit is contained in:
8
ansible/roles/nginx/templates/docker-compose.yml
Normal file
8
ansible/roles/nginx/templates/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
nginx:
|
||||
network_mode: host
|
||||
restart: always
|
||||
image: nginx:1.21.3-alpine
|
||||
volumes:
|
||||
- '/compose/volumes/nginx/:/etc/nginx/'
|
Reference in New Issue
Block a user