forked from irl/ansible-collection-wip
Feat: add link role
This commit is contained in:
parent
051c1ab57f
commit
1730aa5b13
26 changed files with 716 additions and 0 deletions
17
roles/podman_link/templates/bridge-whatsapp.container
Normal file
17
roles/podman_link/templates/bridge-whatsapp.container
Normal file
|
@ -0,0 +1,17 @@
|
|||
[Unit]
|
||||
Requires=bridge-postgresql.service link.service
|
||||
After=bridge-postgresql.service link.service
|
||||
|
||||
[Container]
|
||||
ContainerName=bridge-whatsapp
|
||||
Environment=BRIDGE_FRONTEND_URL=http://systemd-link:3000/link
|
||||
EnvironmentFile=common-bridge.env
|
||||
ExposeHostPort=5000
|
||||
Image=registry.gitlab.com/digiresilience/link/link-stack/bridge-whatsapp:3.1.0b2
|
||||
Volume=/home/{{ podman_link_podman_rootless_user }}/bridge-whatsapp-data:/home/node/baileys
|
||||
Network=link.network
|
||||
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
Slice=link.slice
|
Loading…
Add table
Add a link
Reference in a new issue