diff --git a/config/docker.yml.erb b/config/docker.yml.erb deleted file mode 100644 index c1871de7..00000000 --- a/config/docker.yml.erb +++ /dev/null @@ -1,54 +0,0 @@ -#Why erb? -default: &default - connection_timeout: 3 - pool: - active: false - ports: !ruby/range 4500..4600 - -development: - <<: *default - host: tcp://127.0.0.1:2376 - ws_host: ws://127.0.0.1:2376 #url to connect rails server to docker host - ws_client_protocol: ws:// #set the websocket protocol to be used by the client to connect to the rails server (ws on development, wss on production) - workspace_root: <%= Rails.root.join('tmp', 'files', Rails.env) %> - pool: - active: true - refill: - async: false - batch_size: 8 - interval: 15 - timeout: 60 - #workspace_root: <%= File.join('/', 'shared', Rails.env) %> - -production: - <<: *default - host: unix:///var/run/docker.sock - pool: - active: true - refill: - async: false - batch_size: 8 - interval: 15 - timeout: 60 - workspace_root: <%= Rails.root.join('tmp', 'files', Rails.env) %> - ws_host: ws://localhost:4243 #url to connect rails server to docker host - ws_client_protocol: 'wss:' #set the websocket protocol to be used by the client to connect to the rails server (ws on development, wss on production) - -staging: - <<: *default - host: unix:///var/run/docker.sock - pool: - active: true - refill: - async: false - batch_size: 8 - interval: 15 - timeout: 60 - workspace_root: <%= Rails.root.join('tmp', 'files', Rails.env) %> - ws_host: ws://localhost:4243 #url to connect rails server to docker host - ws_client_protocol: 'wss:' #set the websocket protocol to be used by the client to connect to the rails server (ws on development, wss on production) - -test: - <<: *default - host: tcp://192.168.59.104:2376 - workspace_root: <%= File.join('/', 'shared', Rails.env) %> diff --git a/public/uploads/files/4/chai.ogg b/public/uploads/files/4/chai.ogg deleted file mode 100644 index 86190d0c..00000000 Binary files a/public/uploads/files/4/chai.ogg and /dev/null differ diff --git a/public/uploads/files/5/devstories.mp4 b/public/uploads/files/5/devstories.mp4 deleted file mode 100644 index 9e7d328d..00000000 Binary files a/public/uploads/files/5/devstories.mp4 and /dev/null differ diff --git a/public/uploads/files/6/devstories.webm b/public/uploads/files/6/devstories.webm deleted file mode 100644 index 84fff0ed..00000000 Binary files a/public/uploads/files/6/devstories.webm and /dev/null differ diff --git a/public/uploads/files/7/poster.png b/public/uploads/files/7/poster.png deleted file mode 100644 index d950cef4..00000000 Binary files a/public/uploads/files/7/poster.png and /dev/null differ