Skip to content

Commit

Permalink
docker: enable jdbc-session profile
Browse files Browse the repository at this point in the history
So that sessions persist across container restarts.
  • Loading branch information
asymmetric committed Oct 17, 2018
1 parent 84b5b34 commit 5f72af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
POSTGRES_ENV_POSTGRES_DB: alfio
POSTGRES_ENV_POSTGRES_USERNAME: alfio
POSTGRES_ENV_POSTGRES_PASSWORD: alfio
SPRING_PROFILES_ACTIVE: dev
SPRING_PROFILES_ACTIVE: dev,jdbc-session
ports:
- "8080:8080"
links:
Expand Down

0 comments on commit 5f72af7

Please sign in to comment.