Add Dev Mode and fix test race conditions.
This commit is contained in:
parent
947453869e
commit
adc24ec91e
5 changed files with 67 additions and 14 deletions
|
@ -5,6 +5,7 @@ services:
|
|||
container_name: "themotte"
|
||||
build:
|
||||
context: .
|
||||
target: dev
|
||||
volumes:
|
||||
- "./:/service"
|
||||
env_file: env
|
||||
|
@ -21,11 +22,13 @@ services:
|
|||
- postgres
|
||||
|
||||
redis:
|
||||
container_name: "themotte_redis"
|
||||
image: redis
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
||||
postgres:
|
||||
container_name: "themotte_postgres"
|
||||
image: postgres:12.3
|
||||
# command: ["postgres", "-c", "log_statement=all"]
|
||||
# uncomment this if u wanna output all SQL queries to the console
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue