db network fix

This commit is contained in:
echo 2026-06-22 21:36:22 +02:00
parent 58ad68836b
commit afa6630a83

View File

@ -6,3 +6,9 @@ services:
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- .env - .env
networks:
- coolify
networks:
coolify:
external: true