mirror of
https://gitee.com/markliu2013/docker-compose-moneynote.git
synced 2024-11-17 20:58:02 +08:00
save
This commit is contained in:
parent
9ea90ba634
commit
07b44becd8
6
api-no-mysql.env
Normal file
6
api-no-mysql.env
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
DB_HOST=host.docker.internal
|
||||||
|
DB_PORT=3306
|
||||||
|
DB_NAME=moneywhere
|
||||||
|
DB_USER=root
|
||||||
|
DB_PASSWORD=NWPkVrO2
|
||||||
|
invite_code=111111
|
@ -5,7 +5,7 @@ services:
|
|||||||
image: registry.cn-hangzhou.aliyuncs.com/moneywhere/moneywhere-api-user:latest
|
image: registry.cn-hangzhou.aliyuncs.com/moneywhere/moneywhere-api-user:latest
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
env_file: api.env
|
env_file: api-no-mysql.env
|
||||||
|
|
||||||
moneywhere-fe-user:
|
moneywhere-fe-user:
|
||||||
links:
|
links:
|
||||||
|
@ -5,7 +5,7 @@ services:
|
|||||||
image: markliu2018/moneywhere-api-user:latest
|
image: markliu2018/moneywhere-api-user:latest
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
env_file: api.env
|
env_file: api-no-mysql.env
|
||||||
|
|
||||||
moneywhere-fe-user:
|
moneywhere-fe-user:
|
||||||
links:
|
links:
|
||||||
|
@ -5,7 +5,7 @@ services:
|
|||||||
image: markliu2018/moneywhere-api-user:latest
|
image: markliu2018/moneywhere-api-user:latest
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
env_file: api.env
|
env_file: api-no-mysql.env
|
||||||
|
|
||||||
moneywhere-fe-user:
|
moneywhere-fe-user:
|
||||||
links:
|
links:
|
||||||
|
Loading…
Reference in New Issue
Block a user