mirror of
https://github.com/easychen/pushdeer.git
synced 2024-11-01 16:19:19 +08:00
17 lines
324 B
YAML
17 lines
324 B
YAML
version: '2'
|
|
services:
|
|
api:
|
|
build:
|
|
context: ./
|
|
dockerfile: ./Dockerfile
|
|
# volumes:
|
|
# - './api:/api'
|
|
ports:
|
|
- '80:80'
|
|
- '1883:1883'
|
|
environment:
|
|
- API_KEY=aPiKe1
|
|
- MQTT_USER=easy
|
|
- MQTT_PASSWORD=y0urp@ss
|
|
- MQTT_PORT=1883
|
|
- MQTT_BASE_TOPIC=default |