This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
services:
|
||||
postgres:
|
||||
volumes:
|
||||
- postgres-data:/var/lib/postgresql/data
|
||||
web:
|
||||
volumes:
|
||||
- operator-content:/operator-content:ro
|
||||
- artifacts:/artifacts
|
||||
worker:
|
||||
volumes:
|
||||
- operator-content:/operator-content:ro
|
||||
- artifacts:/artifacts
|
||||
|
||||
volumes:
|
||||
postgres-data:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: ${UNRAID_APPDATA_ROOT:?Set UNRAID_APPDATA_ROOT}/postgres
|
||||
operator-content:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: ${UNRAID_APPDATA_ROOT:?Set UNRAID_APPDATA_ROOT}/content
|
||||
artifacts:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: ${UNRAID_APPDATA_ROOT:?Set UNRAID_APPDATA_ROOT}/artifacts
|
||||
Reference in New Issue
Block a user