Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Jan 15, 2025
2 parents a012aff + ef68f48 commit 4269c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci/templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
environment:
- ENV_DB_URL=jdbc:postgresql://db:5432/{{ rapportnav_psql_db }}?user={{ rapportnav_psql_user }}&password={{ rapportnav_psql_pwd }}
- MONITORFISH_API_KEY={{ rapportnav_monitorfish_api_key }}
- SPRING_PROFILES_ACTIVE=prod
- SPRING_PROFILES_ACTIVE={{ rapportnav_spring_profiles_active }}
ports:
- 80:80
# volumes:
Expand Down

0 comments on commit 4269c92

Please sign in to comment.