Startup and location fixes
This commit is contained in:
parent
96249760fd
commit
00eff6fa85
0
ckan-datapusher/lxc/bin/add-ca-cert
Normal file → Executable file
0
ckan-datapusher/lxc/bin/add-ca-cert
Normal file → Executable file
@ -1,5 +1,5 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
foreground { /bin/add-ca-cert }
|
||||
foreground { add-ca-cert }
|
||||
s6-setuidgid ckandp
|
||||
/usr/sbin/uwsgi --plugin python --http-socket 0.0.0.0:8080 --wsgi-file /etc/ckan-datapusher/datapusher.wsgi --enable-threads
|
||||
uwsgi --plugin python --http-socket 0.0.0.0:8080 --wsgi-file /etc/ckan-datapusher/datapusher.wsgi --enable-threads
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
/usr/sbin/nginx -g "daemon off;"
|
||||
nginx -g "daemon off;"
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
/usr/sbin/nginx -g "daemon off;"
|
||||
nginx -g "daemon off;"
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
/usr/sbin/php-fpm7 -F
|
||||
php-fpm7 -F
|
||||
|
@ -3,4 +3,4 @@
|
||||
fdmove -c 2 1
|
||||
export NODE_ENV production
|
||||
s6-setuidgid omk
|
||||
/usr/bin/node /srv/openmapkit/server.js
|
||||
node /srv/openmapkit/server.js
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
/usr/sbin/nginx -g "daemon off;"
|
||||
nginx -g "daemon off;"
|
||||
|
@ -4,9 +4,9 @@ LAYER shared/libxml
|
||||
LAYER shared/python2
|
||||
LAYER sahana/sahana
|
||||
|
||||
MOUNT DIR /srv/sahana/conf srv/web2py/applications/eden/models
|
||||
MOUNT DIR /srv/sahana/data/default srv/web2py/applications/eden/modules/templates/default
|
||||
MOUNT DIR /srv/sahana/data/databases srv/web2py/applications/eden/databases
|
||||
MOUNT DIR /srv/sahana/data/uploads srv/web2py/applications/eden/uploads
|
||||
MOUNT DIR /srv/sahana-demo/conf srv/web2py/applications/eden/models
|
||||
MOUNT DIR /srv/sahana-demo/data/default srv/web2py/applications/eden/modules/templates/default
|
||||
MOUNT DIR /srv/sahana-demo/data/databases srv/web2py/applications/eden/databases
|
||||
MOUNT DIR /srv/sahana-demo/data/uploads srv/web2py/applications/eden/uploads
|
||||
|
||||
CMD s6-svscan /etc/services.d
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
/usr/sbin/nginx -g "daemon off;"
|
||||
nginx -g "daemon off;"
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
/usr/sbin/uwsgi --ini /etc/uwsgi/uwsgi.conf
|
||||
uwsgi --ini /etc/uwsgi/uwsgi.conf
|
||||
|
@ -4,9 +4,9 @@ LAYER shared/libxml
|
||||
LAYER shared/python2
|
||||
LAYER sahana/sahana
|
||||
|
||||
MOUNT DIR /srv/sahana/conf srv/web2py/applications/eden/models
|
||||
MOUNT DIR /srv/sahana/data/SAMBRO srv/web2py/applications/eden/modules/templates/SAMBRO
|
||||
MOUNT DIR /srv/sahana/data/databases srv/web2py/applications/eden/databases
|
||||
MOUNT DIR /srv/sahana/data/uploads srv/web2py/applications/eden/uploads
|
||||
MOUNT DIR /srv/sambro/conf srv/web2py/applications/eden/models
|
||||
MOUNT DIR /srv/sambro/data/SAMBRO srv/web2py/applications/eden/modules/templates/SAMBRO
|
||||
MOUNT DIR /srv/sambro/data/databases srv/web2py/applications/eden/databases
|
||||
MOUNT DIR /srv/sambro/data/uploads srv/web2py/applications/eden/uploads
|
||||
|
||||
CMD s6-svscan /etc/services.d
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
/usr/sbin/nginx -g "daemon off;"
|
||||
nginx -g "daemon off;"
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
/usr/sbin/php-fpm7 -F
|
||||
php-fpm7 -F
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
/usr/sbin/nginx -g "daemon off;"
|
||||
nginx -g "daemon off;"
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/execlineb -P
|
||||
|
||||
/usr/sbin/php-fpm7 -F
|
||||
php-fpm7 -F
|
||||
|
Loading…
Reference in New Issue
Block a user