Skip to content

Commit

Permalink
feat: add a way of specifying soundcloud API url
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Jan 15, 2019
1 parent c7e3008 commit 9f9dd0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.env
docker-compose.yml
.git/
*~
*#
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.env
docker-compose.yml
Dockerfile
vendor/
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
environment:
- VIRTUAL_HOST=calc-api.m.42.am
- VIRTUAL_PORT=9000
- SOUNDCLOUD_CLIENT_ID
networks:
- default
- service-proxy
Expand Down

0 comments on commit 9f9dd0c

Please sign in to comment.