M44: harden release integrity and assurance
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
api:
|
||||
image: ${MOBILITYOPS_API_IMAGE:?Set MOBILITYOPS_API_IMAGE to an immutable release image}
|
||||
build: !reset null
|
||||
|
||||
web:
|
||||
image: ${MOBILITYOPS_WEB_IMAGE:?Set MOBILITYOPS_WEB_IMAGE to an immutable release image}
|
||||
build: !reset null
|
||||
|
||||
backup:
|
||||
volumes: !override
|
||||
- ${MOBILITYOPS_BACKUP_DIR:?Set MOBILITYOPS_BACKUP_DIR to the persistent backup directory}:/backups
|
||||
- ${MOBILITYOPS_BACKUP_SECONDARY_DIR:?Set MOBILITYOPS_BACKUP_SECONDARY_DIR to the independent secondary directory}:/offsite
|
||||
- ./deploy/unraid:/opt/mobilityops:ro
|
||||
Reference in New Issue
Block a user