Add pinafore #135

Merged
samsapti merged 6 commits from pinafore into main 2022-12-05 15:37:19 +00:00
2 changed files with 16 additions and 0 deletions
Showing only changes of commit 9c86bbb7fe - Show all commits

View File

@ -164,6 +164,11 @@ services:
version: a21f92bf74308d66cfcd545d49b81eba0211a222
allowed_sender_domain: true
pinafore:
file: pinafore.yml
domain: "pinafore.{{ base_domain }}"
version: 2.4.0
membersystem:
file: membersystem.yml
domain: "member.{{ base_domain }}"

View File

@ -0,0 +1,11 @@
- 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"