Path Needed?
This commit is contained in:
@@ -2,7 +2,7 @@ version: '2'
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: invoiceninja/invoiceninja
|
image: invoiceninja/invoiceninja
|
||||||
env_file: .env
|
env_file: ${STORAGE_BASE_DIR}${CONFIG_DIR}/.env
|
||||||
labels:
|
labels:
|
||||||
io.rancher.scheduler.affinity:host_label: ${LABEL_KEY_VALUE}
|
io.rancher.scheduler.affinity:host_label: ${LABEL_KEY_VALUE}
|
||||||
io.rancher.sidekicks: cron, web
|
io.rancher.sidekicks: cron, web
|
||||||
@@ -25,7 +25,7 @@ services:
|
|||||||
sleep 1h
|
sleep 1h
|
||||||
done
|
done
|
||||||
EOF'
|
EOF'
|
||||||
env_file: .env
|
env_file: ${STORAGE_BASE_DIR}${CONFIG_DIR}/.env
|
||||||
labels:
|
labels:
|
||||||
io.rancher.scheduler.affinity:host_label: ${LABEL_KEY_VALUE}
|
io.rancher.scheduler.affinity:host_label: ${LABEL_KEY_VALUE}
|
||||||
links:
|
links:
|
||||||
@@ -35,7 +35,7 @@ services:
|
|||||||
- app
|
- app
|
||||||
db:
|
db:
|
||||||
image: mysql
|
image: mysql
|
||||||
env_file: .env
|
env_file: ${STORAGE_BASE_DIR}${CONFIG_DIR}/.env
|
||||||
labels:
|
labels:
|
||||||
io.rancher.scheduler.affinity:host_label: ${LABEL_KEY_VALUE}
|
io.rancher.scheduler.affinity:host_label: ${LABEL_KEY_VALUE}
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|||||||
Reference in New Issue
Block a user