Fixes for raspi-related docker containers
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
version : '2'
|
||||
services:
|
||||
web_db:
|
||||
image: docker.henrypump.cloud/datalogger/rpi-web_db
|
||||
image: docker.henrypump.cloud/datalogger/web_db-rpi
|
||||
ports:
|
||||
- "443:5000"
|
||||
- "6603:3306"
|
||||
restart: on-failure
|
||||
daq:
|
||||
image: docker.henrypump.cloud/datalogger/rpi-daq
|
||||
image: docker.henrypump.cloud/datalogger/daq-rpi
|
||||
depends_on:
|
||||
- web_db
|
||||
links:
|
||||
|
||||
Reference in New Issue
Block a user