Skip to content

Commit

Permalink
new docker-compose.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jair de Souza Junior committed Mar 21, 2020
1 parent ca24994 commit 36433f1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '3.5'
services:
convid-accounts-frontend:
image: convid/convid-accounts-frontend
restart: always
network_mode: bridge
build: .
# context: .
# args:
# - NODE_ENV=production
# - REACT_APP_BACKEND_API_URL=BUILD_BACKEND_API_URL
environment:
- API_URL=http://localhost:3000
ports:
- 8009:2015

0 comments on commit 36433f1

Please sign in to comment.