You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2019/11/20 16:44:12 UTC

[whimsy] branch master updated: not ready yet

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


View the commit online:
https://github.com/apache/whimsy/commit/8f62fc8043a54dca59850f32d48d1c670d6400b9

The following commit(s) were added to refs/heads/master by this push:
     new 8f62fc8  not ready yet
8f62fc8 is described below

commit 8f62fc8043a54dca59850f32d48d1c670d6400b9
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Nov 20 11:43:58 2019 -0500

    not ready yet
---
 docker/docker-compose.yaml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml
index 2c098ce..16dded2 100644
--- a/docker/docker-compose.yaml
+++ b/docker/docker-compose.yaml
@@ -10,11 +10,3 @@ services:
       - $HOME/.subversion:/root/.subversion
       - $HOME/.gitconfig:/root/.gitconfig
       - $HOME/.ssh:/root/.ssh
-  ws:
-    image: whimsy-web
-    build: .
-    volumes:
-      - ../..:/srv
-    command: /usr/bin/ruby /srv/whimsy/www/board/agenda/daemon/wss.rb
-    expose: 
-      - "34234"