summaryrefslogtreecommitdiffstats
path: root/ansible/templates
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-13 11:08:42 -0400
committerDessalines <tyhou13@gmx.com>2020-03-13 11:08:42 -0400
commit62ab68d317b9673ba1e3d485393aba310cda3b15 (patch)
tree34905ac7781cb66256d11ba777deb96e9a9a2b69 /ansible/templates
parentef6df1339f6d612ad466f90d5438749e6ebfb6d7 (diff)
Adding full logging.
Diffstat (limited to 'ansible/templates')
-rw-r--r--ansible/templates/docker-compose.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/ansible/templates/docker-compose.yml b/ansible/templates/docker-compose.yml
index 57ee142a..ffd5b9c2 100644
--- a/ansible/templates/docker-compose.yml
+++ b/ansible/templates/docker-compose.yml
@@ -6,6 +6,8 @@ services:
ports:
- "127.0.0.1:8536:8536"
restart: always
+ environment:
+ - RUST_LOG=debug
volumes:
- ./lemmy.hjson:/config/config.hjson:ro
depends_on:
@@ -43,4 +45,4 @@ services:
image: mwader/postfix-relay
environment:
- POSTFIX_myhostname={{ domain }}
- restart: "always" \ No newline at end of file
+ restart: "always"