mirror of
https://github.com/easychen/pushdeer.git
synced 2024-11-01 08:09:19 +08:00
19 lines
526 B
YAML
19 lines
526 B
YAML
|
version: '2'
|
||
|
services:
|
||
|
app:
|
||
|
image: 'ccr.ccs.tencentyun.com/ftqq/pushdeercore'
|
||
|
ports:
|
||
|
- '9000:9000'
|
||
|
environment:
|
||
|
- DB_HOST=host.docker.internal
|
||
|
- DB_PORT=3306
|
||
|
- DB_USERNAME=root
|
||
|
- DB_DATABASE=pushdeer_local
|
||
|
- DB_PASSWORD=
|
||
|
- DB_TIMEZONE=+08:00
|
||
|
- GO_PUSH_IOS_TOPIC=com.pushdeer.self.ios
|
||
|
- GO_PUSH_IOS_CLIP_TOPIC=com.pushdeer.self.ios.Clip
|
||
|
- APP_DEBUG=false
|
||
|
- WEB_PHP_SOCKET=127.0.0.1:8000
|
||
|
extra_hosts:
|
||
|
- "host.docker.internal:host-gateway"
|