ansible/roles/docker/tasks/services/pinafore.yml

12 lines
353 B
YAML
Raw Normal View History

2022-12-05 09:45:51 +00:00
- name: Set up Pinafore
docker_container:
name: pinafore
image: "docker.data.coop/pinafore:{{ services.pinafore.version }}"
restart_policy: unless-stopped
networks:
- name: external_services
VIRTUAL_HOST: "{{ services.pinafore.domain }}"
VIRTUAL_PORT: 4002
labels:
com.centurylinklabs.watchtower.enable: "true"