about summary refs log tree commit diff
path: root/deploy/docker-compose.yml
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2023-01-17 14:29:18 -0600
committerStarfall <us@starfall.systems>2023-01-17 14:29:18 -0600
commitf5bbb81279124e0f1cd9017bb89f2cd2234bed99 (patch)
treefe9a4704b7805bf9562ee102508176f20c2e2f1b /deploy/docker-compose.yml
parent7515716e7f3950a3a6de04aac1b88215aa40795e (diff)
slightly less paranoia is required for DB_PASS on the internal-only network
Diffstat (limited to 'deploy/docker-compose.yml')
-rw-r--r--deploy/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/docker-compose.yml b/deploy/docker-compose.yml
index c8a2cba..ca599b5 100644
--- a/deploy/docker-compose.yml
+++ b/deploy/docker-compose.yml
@@ -167,4 +167,4 @@ networks:
   db_network:
     internal: true
   redis_network:
-      internal: true
+    internal: true