Add Dev Mode and fix test race conditions.

This commit is contained in:
Ben Rog-Wilhelm 2022-11-09 21:29:18 -06:00 committed by GitHub
parent 947453869e
commit adc24ec91e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 67 additions and 14 deletions

View file

@ -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