Tweak .env, move front container to app
This commit is contained in:
@ -2,6 +2,7 @@ version: "3.8"
|
||||
|
||||
x-environment:
|
||||
&default-env
|
||||
- FRONT_ADDRESS=${STACK_NAME}_app
|
||||
- ADMIN
|
||||
- ANTIVIRUS
|
||||
- AUTH_RATELIMIT
|
||||
@ -47,7 +48,7 @@ x-environment:
|
||||
- WELCOME_SUBJECT
|
||||
|
||||
services:
|
||||
front:
|
||||
app:
|
||||
image: mailu/nginx:1.8
|
||||
logging:
|
||||
driver: json-file
|
||||
|
||||
Reference in New Issue
Block a user