configs and experiments
This commit is contained in:
@@ -31,6 +31,7 @@ services:
|
||||
RABBITMQ_PASSWORD: $RABBITMQ_PASSWORD_DEV
|
||||
VK_SERVICE_TOKEN: $VK_SERVICE_TOKEN
|
||||
YANDEX_SERVICE_TOKEN: $YANDEX_SERVICE_TOKEN
|
||||
PLATFORM_SECURITY_TOKEN: $PLATFORM_SECURITY_TOKEN
|
||||
command: runserver 0.0.0.0:8000
|
||||
healthcheck:
|
||||
test: curl --fail http://0.0.0.0:8000/ping || exit 1
|
||||
|
@@ -36,6 +36,7 @@ services:
|
||||
VK_SERVICE_TOKEN: $VK_SERVICE_TOKEN
|
||||
YANDEX_SERVICE_TOKEN: $YANDEX_SERVICE_TOKEN
|
||||
TELEGRAM_TOKEN: $TELEGRAM_TOKEN
|
||||
PLATFORM_SECURITY_TOKEN: $PLATFORM_SECURITY_TOKEN
|
||||
command: runserver 0.0.0.0:8000
|
||||
healthcheck:
|
||||
test: curl --fail http://0.0.0.0:8000/ping || exit 1
|
||||
|
Reference in New Issue
Block a user