Skip to content

Commit

Permalink
adicionando docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
walter-lopes committed Mar 30, 2019
1 parent ea82cda commit 2b7da2b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: '3'

# Inicio configuracao do ASP.NET

services:
sharebook.api:
image: sharebook
ports:
- "8181:5000"
build:
context: ./ShareBook
dockerfile: Dockerfile

networks:
- sharebook
networks:
sharebook:
driver: bridge

0 comments on commit 2b7da2b

Please sign in to comment.