CryptoDashboard/docker-compose.yml
2022-02-28 02:49:57 +01:00

15 lines
298 B
YAML

---
version: "3.8"
services:
iot_dashboard:
image: sthopeless/iot-finances:latest
container_name: iot_dashboard
restart: unless-stopped
network_mode: bridge
volumes:
- ./:/code
ports:
- 49153:8080
labels:
- com.centurylinklabs.watchtower.enable=true