Skip to content

Commit

Permalink
Update reverse proxy.
Browse files Browse the repository at this point in the history
  • Loading branch information
guzman-raphael committed Jul 17, 2020
1 parent d1b9b65 commit a37b3f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LNX-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- MYSQL_ROOT_PASSWORD=simple
fakeservices.datajoint.io:
<<: *net
image: raphaelguzman/nginx:v0.0.3
image: raphaelguzman/nginx:v0.0.8
environment:
- ADD_db_TYPE=DATABASE
- ADD_db_ENDPOINT=db:3306
Expand Down
3 changes: 2 additions & 1 deletion local-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ services:
# - ./mysql/data:/var/lib/mysql
fakeservices.datajoint.io:
<<: *net
image: raphaelguzman/nginx:v0.0.3
image: raphaelguzman/nginx:v0.0.8
environment:
- ADD_db_TYPE=DATABASE
- ADD_db_ENDPOINT=db:3306
ports:
- "80:80"
- "443:443"
- "3306:3306"
depends_on:
Expand Down

0 comments on commit a37b3f6

Please sign in to comment.