Skip to content

Commit

Permalink
feat: adds the client app to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasimao committed Jan 31, 2021
1 parent 644c226 commit b3737f3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ services:
environment:
NGINX_PORT: 80
depends_on:
# - riseup.local
- riseup.local
- api.riseup.local

# riseup.local:
# container_name: client
# build:
# context: ./apps/client
# ports:
# - "8080:8080"
# volumes:
# - ./apps/client:/app
# depends_on:
# - api.riseup.local
riseup.local:
container_name: client
build:
context: ./apps/client
ports:
- "8080:8080"
volumes:
- ./apps/client:/app
depends_on:
- api.riseup.local

api.riseup.local:
tty: true
Expand Down
File renamed without changes.

0 comments on commit b3737f3

Please sign in to comment.