diff --git a/compose.yaml b/compose.yaml index 021cdfa..9e876b0 100644 --- a/compose.yaml +++ b/compose.yaml @@ -14,6 +14,8 @@ services: DATABASE_PORT: ${DATABASE_PORT} env_file: - .env + networks: + - proxy-common db: image: postgres:14 restart: always @@ -35,3 +37,7 @@ services: volumes: pg-data: + +networks: + proxy-common: + external: true