docker-compose-moneynote/docker-compose-all-no-mysql-ali.yml
markliu2013 853163b06f save
2024-01-27 14:15:08 +08:00

21 lines
566 B
YAML

version: '3'
services:
moneywhere:
container_name: moneywhere
image: registry.cn-hangzhou.aliyuncs.com/moneywhere/moneywhere-all-no-mysql:latest
restart: always
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
- DB_HOST=${DB_HOST:-host.docker.internal}
- DB_PORT=${DB_PORT:-3306}
- DB_NAME=${DB_NAME:-moneywhere}
- DB_USER=${DB_USER:-root}
- DB_PASSWORD=${DB_PASSWORD:-78p7gkc1}
- invite_code=${invite_code:-111111}
ports:
- "43742:9092"
- "43743:81"
- "43744:82"