PKI #2

Merged
sinibaldi merged 8 commits from PKI into main 2025-03-10 12:02:36 +01:00
1 changed files with 12 additions and 3 deletions
Showing only changes of commit 94eac31a1a - Show all commits

View File

@ -24,6 +24,15 @@ services:
window: 120s
healthcheck:
test: ["CMD", "service", "nginx", "status"]
volumes:
- ../configs/node.conf:/etc/nginx/nginx.conf:ro
- ../content/index.html:/var/www/default/index.html
configs:
- source: nginx_conf
target: /etc/nginx/nginx.conf
- source:
target: nginx_static
target: /var/www/default/index.html
configs:
nginx_conf:
file: ../configs/node.conf
nginx_static:
file: ../content/index.html