fix: add container_name for cross-project DNS resolution

This commit is contained in:
Phillip Skentelbery
2026-06-27 18:22:19 -06:00
parent 6891770a30
commit 639a187797
@@ -1,6 +1,7 @@
services:
listmonk:
image: listmonk/listmonk:latest
container_name: listmonk
restart: unless-stopped
depends_on:
db:
@@ -30,6 +31,7 @@ services:
db:
image: postgres:17-alpine
container_name: listmonk_db
restart: unless-stopped
environment:
POSTGRES_USER: listmonk