Fix quote

This commit is contained in:
Sam A. 2023-07-09 20:39:07 +02:00
parent 863b285b07
commit ef7c00b748
Signed by untrusted user: samsapti
GPG Key ID: CBBBE7371E81C4EA
2 changed files with 31 additions and 1 deletions

30
roles/docker/st Normal file
View File

@ -0,0 +1,30 @@
files/
├── byro/
│ └── deploy_entrypoint.sh
├── element/
│ └── riot.im.conf
├── mastodon/
│ └── postgresql.conf
├── matrix/
│ └── log.config
├── privatebin/
│ └── conf.php
├── sso/
│ └── sso.data.coop.pem
└── vhost/
├── _root
├── cloud
├── docker
├── element
├── matrix
├── social
└── www
templates/
├── byro.env.j2
├── element.config.json.j2
├── mailu.env.j2
├── mastodon.env.j2
├── matrix.homeserver.yaml.j2
├── rallly.env.j2
├── restic.ssh.config.j2
└── restic.ssh.known_hosts.j2

View File

@ -18,7 +18,7 @@
- name: Run byro
docker_compose:
project_name: byro_member_system"
project_name: byro_member_system
pull: yes
definition:
version: "3.8"