Rewrite integration tests to run with Docker containers
This commit is contained in:
6
tests/docker/supervisord.conf
Normal file
6
tests/docker/supervisord.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
[supervisord]
|
||||
nodaemon=true
|
||||
|
||||
[program:apache2]
|
||||
command=/bin/bash -c "source /etc/apache2/envvars && exec /usr/sbin/apache2 -DFOREGROUND"
|
||||
autorestart=true
|
||||
Reference in New Issue
Block a user