removed reference to secrets file

This commit is contained in:
Aster Fialla
2026-03-01 19:00:00 -05:00
parent ef89a83f6a
commit fde58b68f1

View File

@@ -17,8 +17,6 @@ services:
ports:
- "5050:80"
env_file: "variables.env"
secrets:
- postgres_pwd
depends_on:
- postgres
volumes: