added dockerfile
This commit is contained in:
parent
57b449bdae
commit
eabb200655
5 changed files with 165 additions and 0 deletions
13
docker/supervisord.conf
Normal file
13
docker/supervisord.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
[supervisord]
|
||||
nodaemon=true
|
||||
user = root
|
||||
|
||||
[program:headscale]
|
||||
command=/bin/bash -c "/headscale.sh"
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
|
||||
[program:postgres]
|
||||
command=/bin/bash -c "/postgres.sh"
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
Loading…
Add table
Add a link
Reference in a new issue