Fix stackfile

This commit is contained in:
2025-12-03 01:38:11 +05:00
parent 9d494ab34e
commit d01dd1034b

View File

@@ -7,8 +7,6 @@ services:
- POSTGRES_USER=postgres
- POSTGRES_DB=uzxarid
- POSTGRES_PASSWORD_FILE=/run/secrets/postgres_password
secrets:
- postgres_password
networks:
- uzxarid
volumes:
@@ -196,7 +194,3 @@ volumes:
driver: local
logs:
driver: local
secrets:
postgres_password:
external: true