diff --git a/.env.sample b/.env.sample index 8cfd635..56c1781 100644 --- a/.env.sample +++ b/.env.sample @@ -47,9 +47,11 @@ SECRET_EMAIL_PASS_VERSION=v1 # EMAIL_SUBJECT="Account Recovery" # EMAIL_TOKEN_EXPIRY_MINUTES=30 -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/" +## custom css and assets +#COMPOSE_FILE="$COMPOSE_FILE:compose.css-volume.yml" +#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 # COMPOSE_FILE="$COMPOSE_FILE:compose.css.yml" diff --git a/compose.css-volume.yml b/compose.css-volume.yml index ff9307f..5e72a99 100644 --- a/compose.css-volume.yml +++ b/compose.css-volume.yml @@ -10,9 +10,6 @@ services: target: /docker-entrypoint.sh mode: 0555 -volumes: - custom_css: - configs: entrypoint_css: name: ${STACK_NAME}_entrypoint_css_${ENTRYPOINT_CSS_VERSION}