change postgres port
All checks were successful
Deploy / CreateImage (push) Successful in 1m38s
Deploy / DeployService (push) Successful in 20s

This commit is contained in:
skeris 2025-02-13 01:00:29 +03:00
parent 0fffea76e6
commit a090b85602

@ -15,6 +15,6 @@ services:
MINIO_EP: s3.timeweb.cloud MINIO_EP: s3.timeweb.cloud
MINIO_AK: 5CV77KVDUU9H0II9R24M MINIO_AK: 5CV77KVDUU9H0II9R24M
MINIO_SK: 0W0m8DyvdAKRJnsAy6mB5zndQ7RouJBLhqhtThcu MINIO_SK: 0W0m8DyvdAKRJnsAy6mB5zndQ7RouJBLhqhtThcu
PG_CRED: 'host=10.7.0.10 port=5433 user=squiz password=Redalert2 dbname=squiz sslmode=disable' PG_CRED: 'host=10.7.0.10 port=5432 user=squiz password=Redalert2 dbname=squiz sslmode=disable'
ports: ports:
- 10.7.0.10:1589:1489 - 10.7.0.10:1589:1489