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}
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