This commit is contained in:
markliu2013 2024-01-24 23:32:44 +08:00
parent 4eea78f8ed
commit fb6993208b

View File

@ -9,7 +9,7 @@ services:
- "host.docker.internal:host-gateway" - "host.docker.internal:host-gateway"
env_file: api-no-mysql.env env_file: api-no-mysql.env
ports: ports:
- "43742:80" - "43742:9092"
moneywhere-fe-user: moneywhere-fe-user:
container_name: moneywhere_fe container_name: moneywhere_fe
@ -20,7 +20,7 @@ services:
environment: environment:
USER_API_HOST: http://moneywhere-api-user:9092 USER_API_HOST: http://moneywhere-api-user:9092
ports: ports:
- "43743:9092" - "43743:80"
moneywhere-fe-user-mobile: moneywhere-fe-user-mobile:
container_name: moneywhere_fe_mobile container_name: moneywhere_fe_mobile