Skip to content

Commit 03f6755

Browse files
committed
chore(docker/postgres.yml): add example on how to run with prod profile.
Addressed to #1034 [skip ci]
1 parent 4b37932 commit 03f6755

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/postgres.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ services:
1515
- SPRING_DATASOURCE_USERNAME=mystamps
1616
- SPRING_DATASOURCE_PASSWORD=secret
1717
- SPRING_DATASOURCE_DRIVER_CLASS_NAME=org.postgresql.Driver
18+
# to test whether it works in prod-like environment
19+
#- LIQUIBASE_CONTEXTS=scheme,init-data,prod-data
1820
networks:
1921
- internal-network
2022
depends_on:

0 commit comments

Comments
 (0)