mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-26 05:27:27 +02:00
20 lines
313 B
YAML
20 lines
313 B
YAML
|
version: "3.7"
|
||
|
|
||
|
services:
|
||
|
|
||
|
doods:
|
||
|
image: snowzach/doods:rpi
|
||
|
ports:
|
||
|
- "8080:8080"
|
||
|
configs:
|
||
|
- source: config.yaml
|
||
|
target: /opt/doods/config.yaml
|
||
|
deploy:
|
||
|
replicas: 3
|
||
|
restart_policy:
|
||
|
condition: on-failure
|
||
|
|
||
|
configs:
|
||
|
config.yaml:
|
||
|
file: ./data/config.yaml
|