db network fix

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

View File

@ -5,4 +5,10 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- .env - .env
networks:
- coolify
networks:
coolify:
external: true