This commit is contained in:
markliu2013 2023-08-11 17:00:29 +08:00
parent 9a960d7306
commit 525fafed5f
3 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,8 @@ version: '3.0'
services: services:
moneywhere-api-user: moneywhere-api-user:
image: registry.cn-hangzhou.aliyuncs.com/moneywhere/moneywhere-api-user:latest image: registry.cn-hangzhou.aliyuncs.com/moneywhere/moneywhere-api-user:latest
extra_hosts:
- "host.docker.internal:host-gateway"
env_file: api.env env_file: api.env
moneywhere-fe-user: moneywhere-fe-user:

View File

@ -3,6 +3,8 @@ version: '3.0'
services: services:
moneywhere-api-user: moneywhere-api-user:
image: markliu2018/moneywhere-api-user:latest image: markliu2018/moneywhere-api-user:latest
extra_hosts:
- "host.docker.internal:host-gateway"
env_file: api.env env_file: api.env
moneywhere-fe-user: moneywhere-fe-user:

View File

@ -3,6 +3,8 @@ version: '3.0'
services: services:
moneywhere-api-user: moneywhere-api-user:
image: markliu2018/moneywhere-api-user:latest image: markliu2018/moneywhere-api-user:latest
extra_hosts:
- "host.docker.internal:host-gateway"
env_file: api.env env_file: api.env
moneywhere-fe-user: moneywhere-fe-user: