Update domains & use systemd system service

This commit is contained in:
sonny 2025-01-25 13:00:48 +01:00
parent 24c4e57c69
commit a433a2af00
5 changed files with 20 additions and 18 deletions

View file

@ -1,4 +1,4 @@
DOMAINS="{{ app_domains | join(':') }}"
DOMAINS="{{ app_domains | join(' ') }}"
SENTRY_DSN="{{ sentry_dsn }}"
LOGIN="{{ login }}"
PRIVATE_KEY_PATH="{{ private_key_dir }}/{{ private_key_name }}"