aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2024-10-11 03:45:56 +0300
committerGravatar Vitaly Takmazov2024-10-11 03:45:56 +0300
commit5ab2f6aa9ae409e485d9106e8bff411c30602462 (patch)
tree43e52df90e03af44667f1611cdeb10a6e9edec94 /docker-compose.yml
parentbbdab5e2d38da2dfd7fea2f7a3593819cad21faa (diff)
vnext: initial database connection
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index ce9d409f..10152551 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -8,9 +8,12 @@ services:
restart: unless-stopped
ports:
- "127.0.0.1:8081:8081"
+ extra_hosts:
+ - "host.docker.internal:host-gateway"
environment:
JUICK_FCM_SERVICE_ACCOUNT_FILE: ${JUICK_FCM_SERVICE_ACCOUNT_FILE}
DEBUG: sender,durov,http,event,hms,android
NODE_CONFIG_DIR: /etc/juick
+ PG_HOST: host.docker.internal
volumes:
- /etc/juick:/etc/juick