chore(deploy): switch compose to nested app directories

This commit is contained in:
2026-04-29 15:57:54 +03:30
parent 8b6f25e068
commit 8ab01bd5b7
3 changed files with 21 additions and 31 deletions

View File

@@ -1,11 +0,0 @@
# TYPE DATABASE USER ADDRESS METHOD
local all all scram-sha-256
host all all 127.0.0.1/32 scram-sha-256
# Allow Docker containers to connect (Standard Docker bridge subnets)
host all all 172.16.0.0/12 scram-sha-256
host all all 192.168.0.0/16 scram-sha-256
# Reject everything else
host all all 0.0.0.0/0 reject
host all all ::/0 reject