Skip to content

Commit

Permalink
test yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Bisom committed Apr 16, 2024
1 parent ce63d68 commit e9384db
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docker-compose-dev-ga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ services:
depends_on:
db:
condition: service_healthy
environment:
JWT_SECRET_KEY: ${JWT_SECRET_KEY}
FLASK_SECRET_KEY: ${FLASK_SECRET_KEY}
DATABASE_USER: ${DATABASE_USER}
DATABASE_PASSWORD: ${DATABASE_PASSWORD}
DATABASE_DB: ${DATABASE_DB}
DATABASE_HOST: ${DATABASE_HOST}
TEST_DATABASE_DB: ${TEST_DATABASE_DB}
ENVIRONMENT: ${ENVIRONMENT}
volumes:
- "./backend/src:/app"
ports:
Expand Down

0 comments on commit e9384db

Please sign in to comment.