Skip to content

Commit

Permalink
EB: Set the app env to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Jan 17, 2025
1 parent 327ea51 commit efb0360
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ services:
depends_on:
mariadb:
condition: service_healthy
environment:
- APP_ENV=${APP_ENV:-prod}
- SYMFONY_ENV=${APP_ENV:-prod}

profile:
image: ghcr.io/openconext/openconext-profile/profile:prod
Expand Down

0 comments on commit efb0360

Please sign in to comment.