CryptoDashboard/docker-compose.yml
2022-02-27 20:56:42 +01:00

15 lines
297 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:
- 8080:8080
labels:
- com.centurylinklabs.watchtower.enable=true