support docker (+compose)

This commit is contained in:
2026-09-02 14:33:48 +05:30
parent 6453cd1b7b
commit 1f9ee3ce9e
2 changed files with 49 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
cookies:
image: nginx:alpine
volumes:
- ./conf.d/:/etc/nginx/conf.d:ro,z
- ./tls:/etc/nginx/tls:ro,z
- ./www:/srv/www:ro,z
publish:
- 8443:443