odyssey/docker
Andrey Borodin 3f50c152a2
Revert "Groups implementation (#609)" (#611)
This reverts commit 5f13f83697.
2024-05-07 18:55:52 +05:00
..
auth_query Add addr pool in rule (#550) 2024-02-14 14:57:20 +03:00
bin Revert "Groups implementation (#609)" (#611) 2024-05-07 18:55:52 +05:00
config-validation Added config testing (odyssey --test) (#537) 2023-11-10 14:57:22 +05:00
copy fix (#596) 2024-03-18 19:40:25 +05:00
dev fix tests and drop travis ci (#358) 2021-11-12 16:54:50 +05:00
dpkg Deb fixes for https://www.postgresql.org/message-id/flat/YOMyXyErQ50je0zh%40msg.df7cb.de#c997486f4403d814ff6d1967772e58eb 2021-12-03 21:52:33 +00:00
gorm Gorm tests (#594) 2024-03-18 17:33:37 +05:00
hba Revert "Groups implementation (#609)" (#611) 2024-05-07 18:55:52 +05:00
lagpolling Add roles in console DB (#371) 2021-12-16 04:08:42 +05:00
ldap Access management to PostgreSQL with LDAP (#454) 2022-08-13 13:55:13 +05:00
ody-integration-test Bump github.com/jackc/pgx/v4 in /docker/ody-integration-test (#591) 2024-03-18 17:34:16 +05:00
pg LDAP auth in od 2021-04-28 17:54:56 +05:00
prep_stmts Sync relay extended proto messages in tx pool. (#586) 2024-03-05 13:29:11 +05:00
rule-address Add addr pool in rule (#550) 2024-02-14 14:57:20 +03:00
scram fix: lint and format sh, set xtrace where necessary... 2021-11-25 14:47:09 +05:30
shell-test fix (#603) 2024-04-25 13:43:59 +05:00
tsa Target session attr feature for storage (#456) 2022-08-18 17:15:13 +05:00
xproto Proto tests (#595) 2024-03-18 16:54:25 +05:00
Dockerfile Revert "Groups implementation (#609)" (#611) 2024-05-07 18:55:52 +05:00
README.md fix coveirty issues + remove legacy (#224) 2020-10-26 17:29:05 +05:00
entrypoint.sh Revert "Groups implementation (#609)" (#611) 2024-05-07 18:55:52 +05:00
odyssey.conf Gorm tests (#594) 2024-03-18 17:33:37 +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.