diff --git a/app/views/items/show.html.erb b/app/views/items/show.html.erb index 30e050f..40c0347 100644 --- a/app/views/items/show.html.erb +++ b/app/views/items/show.html.erb @@ -1,3 +1,6 @@ + + +

<%= notice %>

@@ -10,5 +13,42 @@ <%= @item.streams %>

+

+ +

+ <%= link_to 'Edit', edit_item_path(@item) %> | <%= link_to 'Back', items_path %> + + + + + + \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index f190a1a..a37f9b3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,3 +17,9 @@ services: - "3000:3000" depends_on: - db + streaming: + build: ./nginx + volumes: + - ./streams:/data + ports: + - "3333:80"