who_need_help/compose.portability.yaml

13 lines
379 B
YAML

services:
migrate:
image: ${PORTABILITY_IMAGE:?Set PORTABILITY_IMAGE for the isolated portability drill}
pull_policy: never
web:
image: ${PORTABILITY_IMAGE:?Set PORTABILITY_IMAGE for the isolated portability drill}
pull_policy: never
worker:
image: ${PORTABILITY_IMAGE:?Set PORTABILITY_IMAGE for the isolated portability drill}
pull_policy: never