This commit is contained in:
Enstrayed
2025-07-16 16:20:35 -07:00
parent b0e4e0f26c
commit 1cab7e9869
22 changed files with 255 additions and 45 deletions

View File

@@ -65,7 +65,7 @@ network = "caddy"
restart = "unless-stopped"
extra_args = ["--network=postgres"]
environment = """
DATABASE_URI=postgres://nowaybuddy:nowaybuddy@postgres:5432/api
DATABASE_URL=postgres://nowaybuddy:nowaybuddy@postgres:5432/api
"""
```