mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-09 11:47:14 +02:00
Refactored docker-compose roles
This commit is contained in:
@@ -10,4 +10,8 @@ features:
|
||||
oidc: true
|
||||
domains:
|
||||
canonical:
|
||||
- "newsletter.{{ primary_domain }}"
|
||||
- "newsletter.{{ primary_domain }}"
|
||||
docker:
|
||||
services:
|
||||
database:
|
||||
enabled: true
|
@@ -1,5 +1,6 @@
|
||||
application_id: "listmonk"
|
||||
database_type: "postgres"
|
||||
application_id: "listmonk"
|
||||
database_type: "postgres"
|
||||
container_port: "9000"
|
||||
|
||||
listmonk_settings:
|
||||
- key: "app.root_url"
|
||||
|
Reference in New Issue
Block a user