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