odyssey/docker-test
kirill reshke 129ec0be83
fix scram, use postgresql 13 in build & tests (#223)
* fix scram, use postgresql 13 in build & tests

* move scram test inside docker

Co-authored-by: reshke <Kirill Reshke>
2020-10-26 10:00:17 +05:00
..
bin fix scram, use postgresql 13 in build & tests (#223) 2020-10-26 10:00:17 +05:00
scram fix scram, use postgresql 13 in build & tests (#223) 2020-10-26 10:00:17 +05:00
Dockerfile fix scram, use postgresql 13 in build & tests (#223) 2020-10-26 10:00:17 +05:00
README.md use SO_REUSEPORT to graceful shutdown 2020-08-10 13:39:09 +05:00
docker-compose.yml fix infinte loop + add signals tests 2020-08-10 13:39:09 +05:00
entrypoint.sh fix scram, use postgresql 13 in build & tests (#223) 2020-10-26 10:00:17 +05:00
ini.sql use SO_REUSEPORT to graceful shutdown 2020-08-10 13:39:09 +05:00
odyssey.conf use SO_REUSEPORT to graceful shutdown 2020-08-10 13:39:09 +05:00
pg_hba-test.conf use SO_REUSEPORT to graceful shutdown 2020-08-10 13:39:09 +05:00

README.md

Local development inside Docker

To start you will need a Docker installed. To install see docker-for-mac, docker-for-windows, docker-for-linux.

To start just run:

docker-compose up

This command will:

  • Build Docker image with needed dependencies
  • Build CMAKE_BUILD_TYPE version of Odyssey (Debug by default)
  • Start Odyssey with odyssey.conf from this directory

Feel free to edit odyssey.conf  it's for local development and will not be committed.