Commit 82670e866fe762535277389ace293c66ba43ef41

Authored by jonathan.brilhante
1 parent 2943faa8

Add docker compose

Showing 1 changed file with 10 additions and 0 deletions   Show diff stats
docker-compose.yml 0 → 100644
... ... @@ -0,0 +1,10 @@
  1 +version: '2'
  2 +
  3 +services:
  4 + video:
  5 + image: vlibras/translate_container
  6 + ports:
  7 + - "80:80"
  8 +# volumes:
  9 +# - .:/data/
  10 + restart: always
... ...