mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-23 12:05:56 +00:00
this playbook will install docker then install uptime kuma using docker and install and configure nginx with ssl
8 lines
No EOL
190 B
YAML
8 lines
No EOL
190 B
YAML
version: '3.3'
|
|
services:
|
|
nginx:
|
|
network_mode: host
|
|
restart: always
|
|
image: nginx:1.21.3-alpine
|
|
volumes:
|
|
- '/compose/volumes/nginx/:/etc/nginx/' |