Archived
1
0

🏗️」 wip: should be working but not

This commit is contained in:
2025-02-07 18:55:31 +01:00
parent 610eac560e
commit e53f66560b
13 changed files with 147 additions and 35 deletions

View File

@ -3,14 +3,14 @@ volumes:
name: nginx-templates
driver: local
driver_opts:
device: ./configs/nginx/templates
device: $HOME/data/nginx/templates
o: "bind,ro"
type: none
nginx-entry:
name: nginx-entry
driver: local
driver_opts:
device: ./configs/nginx/entry
device: $HOME/data/nginx/entry
o: "bind,ro"
type: none
@ -41,3 +41,5 @@ services:
ports:
- "10443:443"
restart: unless-stopped
profiles:
- correction