mirror of
https://gitee.com/markliu2013/docker-compose-moneynote.git
synced 2024-11-17 20:58:02 +08:00
21 lines
442 B
YAML
21 lines
442 B
YAML
version: '3'
|
|
|
|
services:
|
|
moneywhere:
|
|
container_name: moneywhere
|
|
image: registry.cn-hangzhou.aliyuncs.com/moneywhere/moneywhere-all:latest
|
|
restart: always
|
|
environment:
|
|
- DB_PASSWORD=78p7gkc1
|
|
- invite_code=111111
|
|
volumes:
|
|
- moneywhere_mysql_data:/var/lib/mysql
|
|
ports:
|
|
- "43740:3306"
|
|
- "43741:80"
|
|
- "43742:9092"
|
|
- "43743:81"
|
|
- "43744:82"
|
|
|
|
volumes:
|
|
moneywhere_mysql_data: |