mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-06 07:53:12 +00:00
* Add postgres basic support * test_driver_postgres.nim: adding simple test to validate asynchronous-ness * Aligning the changes made by Andrea to the current master state * test_driver_postgres.nim: new unit test (checking duplicate insertion) --------- Co-authored-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
12 lines
165 B
YAML
12 lines
165 B
YAML
version: "3.8"
|
|
|
|
|
|
services:
|
|
db:
|
|
image: postgres:9.6-alpine
|
|
restart: always
|
|
environment:
|
|
POSTGRES_PASSWORD: test123
|
|
ports:
|
|
- "5432:5432"
|