Skip to content

Commit b3402fe

Browse files
chore : remove hangfire env in docker-compose
1 parent 9f14df1 commit b3402fe

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ services:
1111
- RedisDatabaseSettings__Password=${REDIS_PASSWORD}
1212
- ElasticsearchSettings__Password=${ELASTICSEARCH_PASSWORD}
1313
- DatabaseSettings__DatabaseConnection=${DATABASE_CONNECTION}
14-
- HangfireSettings__Storage__ConnectionString=${DATABASE_CONNECTION}
15-
- HangfireSettings__Credentials__Username=${HANGFIRE_USERNAME}
16-
- HangfireSettings__Credentials__Password=${HANGFIRE_PASSWORD}
1714
- SecuritySettings__JwtSettings__SecretKey=${JWT_SECRET_KEY}
1815
networks:
1916
- the-template-network

0 commit comments

Comments
 (0)