mirror of
https://gitee.com/markliu2013/docker-compose-moneynote.git
synced 2024-11-17 20:58:02 +08:00
19 lines
390 B
YAML
19 lines
390 B
YAML
version: '3'
|
|
|
|
services:
|
|
moneywhere:
|
|
container_name: moneywhere
|
|
image: markliu2018/moneywhere-all-no-mysql:latest
|
|
restart: always
|
|
environment:
|
|
- DB_HOST=host.docker.internal
|
|
- DB_PORT=3306
|
|
- DB_NAME=moneywhere
|
|
- DB_USER=root
|
|
- DB_PASSWORD=111111
|
|
- invite_code=111111
|
|
ports:
|
|
- "43742:9092"
|
|
- "43743:81"
|
|
- "43744:82"
|