22 lines
382 B
YAML
22 lines
382 B
YAML
---
|
|
version: "3.8"
|
|
|
|
services:
|
|
app:
|
|
user: root
|
|
volumes:
|
|
- "custom_css:/css"
|
|
entrypoint: /docker-entrypoint.sh
|
|
configs:
|
|
- source: entrypoint_css
|
|
target: /docker-entrypoint.sh
|
|
mode: 0555
|
|
|
|
volumes:
|
|
custom_css:
|
|
|
|
configs:
|
|
entrypoint_css:
|
|
name: ${STACK_NAME}_entrypoint_css_${ENTRYPOINT_CSS_VERSION}
|
|
file: entrypoint-css-volume.sh
|