File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ services:
24
24
- .env
25
25
26
26
ports :
27
- - " ${ANALYTICS_SERVER_PORT:-9696}:${ANALYTICS_SERVER_PORT:-9696}"
28
- - " ${SYNC_SERVER_PORT:-9697}:${SYNC_SERVER_PORT:-9697}"
29
- - " ${PORT:-3333}:${PORT:-3333}"
30
- - " ${DB_PORT:-5434}:${DB_PORT:-5434}"
31
- - " ${REDIS_PORT:-6385}:${REDIS_PORT:-6385}"
27
+ - " 127.0.0.1: ${ANALYTICS_SERVER_PORT:-9696}:${ANALYTICS_SERVER_PORT:-9696}"
28
+ - " 127.0.0.1: ${SYNC_SERVER_PORT:-9697}:${SYNC_SERVER_PORT:-9697}"
29
+ - " 127.0.0.1: ${PORT:-3333}:${PORT:-3333}"
30
+ - " 127.0.0.1: ${DB_PORT:-5434}:${DB_PORT:-5434}"
31
+ - " 127.0.0.1: ${REDIS_PORT:-6385}:${REDIS_PORT:-6385}"
32
32
33
33
extra_hosts :
34
34
- " host.docker.internal:host-gateway"
@@ -80,4 +80,4 @@ services:
80
80
- action : sync+restart
81
81
path : ./setup_utils/
82
82
target : /app/setup_utils
83
-
83
+
You can’t perform that action at this time.
0 commit comments