add proxy common network
All checks were successful
CI-pipeline / linters (push) Successful in 36s

This commit is contained in:
Basyrov Rustam
2025-06-06 00:09:31 +03:00
parent f5622ffd76
commit 4e32228fd7

View File

@@ -14,6 +14,8 @@ services:
DATABASE_PORT: ${DATABASE_PORT} DATABASE_PORT: ${DATABASE_PORT}
env_file: env_file:
- .env - .env
networks:
- proxy-common
db: db:
image: postgres:14 image: postgres:14
restart: always restart: always
@@ -35,3 +37,7 @@ services:
volumes: volumes:
pg-data: pg-data:
networks:
proxy-common:
external: true