Skip to content

Commit 37ec106

Browse files
committed
Stop using rsync inside the same container
- Trying to have microservices
1 parent df08ba9 commit 37ec106

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

webui/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ USER root
3131
ADD client.conf /etc/openqa/
3232
ADD database.ini /etc/openqa
3333
ADD openqa.ini /etc/openqa/
34-
ADD rsyncd.conf /etc/
3534

3635
# This script starts the necessary services.
3736
ADD run_openqa.sh /root/
3837
RUN chmod +x /root/run_openqa.sh
3938

40-
EXPOSE 80 443 873
39+
EXPOSE 80 443
4140
CMD ["/root/run_openqa.sh"]

webui/run_openqa.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ rm -f /run/dbus/pid
88
# run services
99
dbus-daemon --system --fork
1010
start_daemon -u postgres /usr/share/postgresql/postgresql-script start &
11-
start_daemon -u root /usr/sbin/rsyncd --daemon --no-detach &
1211
start_daemon -u geekotest /usr/share/openqa/script/openqa-resource-allocator &
1312
start_daemon -u geekotest /usr/share/openqa/script/openqa-scheduler &
1413
start_daemon -u geekotest /usr/share/openqa/script/openqa-websockets &

0 commit comments

Comments
 (0)