add env files
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
aovantsev
2025-10-03 13:33:22 +03:00
parent 324e861218
commit d0f14dfca2
22 changed files with 468 additions and 41 deletions

View File

@@ -20,9 +20,9 @@ services:
ports:
- "8080:8080"
environment:
DATABASE_URL: postgres://postgres:password@postgres:5432/counter_db?sslmode=disable
JWT_SECRET: your-super-secret-jwt-key-change-in-production
GIN_MODE: release
- ENVIRONMENT=development
env_file:
- .env.development
depends_on:
postgres:
condition: service_healthy