mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Make proxstar work in Podman
This is the commit message #4: Basic functionality works, VNC is still trash fire Don't use config_local Add a workdir RUN touch proxmox_ssh_key, update permissions Update development instructions Add some comments to the template file, Make it easier-ish for the kiddos.
This commit is contained in:
parent
2dbaedde4e
commit
ce35fc90a0
9 changed files with 103 additions and 196 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
/opt/app-root/bin/rqscheduler -u "$PROXSTAR_REDIS_URL"
|
||||
PROXSTAR_REDIS_URL=redis://$PROXSTAR_REDIS_HOST:$PROXSTAR_REDIS_PORT
|
||||
|
||||
rqscheduler -u "$PROXSTAR_REDIS_URL"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue