mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
run database in test mode when in development mode
This commit is contained in:
parent
3042f49d0c
commit
4025c4aff9
@ -43,11 +43,13 @@ services:
|
|||||||
# DATABASE ##############################################
|
# DATABASE ##############################################
|
||||||
########################################################
|
########################################################
|
||||||
database:
|
database:
|
||||||
# we always run on prouction here since else the service lingers
|
# we always run on production here since else the service lingers
|
||||||
# feel free to change this behaviour if it seems useful
|
# feel free to change this behaviour if it seems useful
|
||||||
#image: gradido/database:test_up
|
# Due to problems with the volume caching the built files
|
||||||
#build:
|
# we changed this to test build. This keeps the service running.
|
||||||
# target: test_up
|
image: gradido/database:test_up
|
||||||
|
build:
|
||||||
|
target: test_up
|
||||||
#networks:
|
#networks:
|
||||||
# - external-net
|
# - external-net
|
||||||
# - internal-net
|
# - internal-net
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user