Moved printing into its own separate project called frank. It also has its own toml and deployement system.
It also works on a raspberry pi
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
WORKER_REDIS_HOST=redis
|
||||
WORKER_REDIS_PORT=6379
|
||||
WORKER_QUEUE_NAME="DJ Computer"
|
||||
3
docker/files/frank.env
Normal file
3
docker/files/frank.env
Normal file
@ -0,0 +1,3 @@
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
QUEUE_NAME=DJ Computer
|
||||
@ -1,3 +0,0 @@
|
||||
WORKER_REDIS_HOST=redis
|
||||
WORKER_REDIS_PORT=6379
|
||||
WORKER_QUEUE_NAME="Ground Floor Printer"
|
||||
Reference in New Issue
Block a user