mirror of
https://github.com/TronoSfera/Law.git
synced 2026-05-18 10:03:45 +03:00
12 lines
257 B
YAML
12 lines
257 B
YAML
services:
|
|
edge:
|
|
ports:
|
|
- "80:80"
|
|
volumes:
|
|
- ./deploy/nginx/edge-http-only.conf:/etc/nginx/conf.d/default.conf:ro
|
|
- letsencrypt:/etc/letsencrypt
|
|
- certbot_webroot:/var/www/certbot
|
|
|
|
volumes:
|
|
letsencrypt:
|
|
certbot_webroot:
|