11 lines
224 B
Bash
11 lines
224 B
Bash
POSTGRES_USER=shop
|
||
POSTGRES_PASSWORD=shop_secret_change_me
|
||
POSTGRES_DB=shopdb
|
||
|
||
HTTP_PORT=80
|
||
HTTPS_PORT=443
|
||
|
||
# Для HTTPS с Let's Encrypt в Caddyfile
|
||
# SITE_DOMAIN=shop.example.com
|
||
# CADDY_EMAIL=you@example.com
|