Fix
This commit is contained in:
parent
467d462232
commit
1af5baa6cc
@ -40,7 +40,7 @@ services:
|
|||||||
restart: ${RESTART_POLICY}
|
restart: ${RESTART_POLICY}
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
ports:
|
||||||
- 8000:80
|
- ${NGINX_PORT_HTTP}:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./static:/usr/share/nginx/html/static
|
- ./static:/usr/share/nginx/html/static
|
||||||
- ./media:/usr/share/nginx/html/media
|
- ./media:/usr/share/nginx/html/media
|
||||||
|
@ -27,9 +27,8 @@ POSTGRES_PORT=5432
|
|||||||
REDIS_URI="redis://:@redis:6379"
|
REDIS_URI="redis://:@redis:6379"
|
||||||
REDIS_PORT=6379
|
REDIS_PORT=6379
|
||||||
|
|
||||||
# Caddy
|
# NGINX
|
||||||
CADDY_PORT_HTTP=80
|
NGINX_PORT_HTTP=80
|
||||||
CADDY_PORT_HTTPS=443
|
|
||||||
|
|
||||||
# Email
|
# Email
|
||||||
DEFAULT_FROM_EMAIL=no-reply@project.localhost
|
DEFAULT_FROM_EMAIL=no-reply@project.localhost
|
||||||
|
Loading…
Reference in New Issue
Block a user