update .env.sample and drop unused volume
This commit is contained in:
parent
fc846af1e3
commit
e2a8f2340f
@ -47,9 +47,11 @@ SECRET_EMAIL_PASS_VERSION=v1
|
|||||||
# EMAIL_SUBJECT="Account Recovery"
|
# EMAIL_SUBJECT="Account Recovery"
|
||||||
# EMAIL_TOKEN_EXPIRY_MINUTES=30
|
# EMAIL_TOKEN_EXPIRY_MINUTES=30
|
||||||
|
|
||||||
COPY_ASSETS="flow_background.jpg|app:/web/dist/assets/images/"
|
## custom css and assets
|
||||||
COPY_ASSETS="$COPY_ASSETS icon_left_brand.svg|app:/web/dist/assets/icons/"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.css-volume.yml"
|
||||||
COPY_ASSETS="$COPY_ASSETS icon.png|app:/web/dist/assets/icons/"
|
#COPY_ASSETS="flow_background.jpg|app:/web/dist/assets/images/"
|
||||||
|
#COPY_ASSETS="$COPY_ASSETS icon_left_brand.svg|app:/web/dist/assets/icons/"
|
||||||
|
#COPY_ASSETS="$COPY_ASSETS icon.png|app:/web/dist/assets/icons/"
|
||||||
|
|
||||||
# Default CSS customisation
|
# Default CSS customisation
|
||||||
# COMPOSE_FILE="$COMPOSE_FILE:compose.css.yml"
|
# COMPOSE_FILE="$COMPOSE_FILE:compose.css.yml"
|
||||||
|
@ -10,9 +10,6 @@ services:
|
|||||||
target: /docker-entrypoint.sh
|
target: /docker-entrypoint.sh
|
||||||
mode: 0555
|
mode: 0555
|
||||||
|
|
||||||
volumes:
|
|
||||||
custom_css:
|
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
entrypoint_css:
|
entrypoint_css:
|
||||||
name: ${STACK_NAME}_entrypoint_css_${ENTRYPOINT_CSS_VERSION}
|
name: ${STACK_NAME}_entrypoint_css_${ENTRYPOINT_CSS_VERSION}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user