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