Skip to content

Commit

Permalink
update release docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-velluto committed Jan 14, 2024
1 parent c75fbe0 commit a7c8336
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release-nobuild.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ services:
- DB_USER=${DB_USER}
- DB_PASSWORD=${DB_PASSWORD}
- DB_HOST=${DB_HOST}
- SMTP_USERNAME=${SMTP_USERNAME}
- SMTP_PASSWORD=${SMTP_PASSWORD}
ports:
- "${REACT_APP_BACKEND_SERVER_PORT}:${REACT_APP_BACKEND_SERVER_PORT}"
networks:
Expand Down

0 comments on commit a7c8336

Please sign in to comment.