Skip to content

Commit

Permalink
modernizing the thredds radar server
Browse files Browse the repository at this point in the history
  • Loading branch information
julienchastang committed May 12, 2023
1 parent a031d0b commit 1436bf7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .org/vms/thredds-aws/readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ We will be making heavy use of the ~Unidata/science-gateway~ git repository.
From the =~/science-gateway/vms/thredds-aws= directory:

#+BEGIN_SRC shell :tangle no :exports code
docker build -t unidata/nexrad-tds-docker:latest .
docker build -t unidata/thredds-docker:<5-version> .
#+END_SRC

** Start TDS With Docker and docker-compose
Expand Down
5 changes: 3 additions & 2 deletions vms/thredds-aws/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '3'

services:
thredds-production:
image: unidata/nexrad-tds-docker:4.6.20
image: unidata/thredds-docker:<5-version>
container_name: thredds
# restart: always
ports:
Expand All @@ -23,9 +23,10 @@ services:
# HTTPS
- ./files/keystore.jks:/usr/local/tomcat/conf/keystore.jks
- ./files/server.xml:/usr/local/tomcat/conf/server.xml
- ./files/web.xml:/usr/local/tomcat/conf/web.xml
# AWS TDS Nexrad server
- ~/tdsconfig/:/usr/local/tomcat/content/thredds/
- ~/S3Objects/:/usr/local/tomcat/temp/S3Objects/
- ~/S3Objects/:/usr/local/tomcat/temp/
- ~/files/credentials:/usr/local/tomcat/.aws/credentials
env_file:
- "compose${THREDDS_COMPOSE_ENV_LOCAL}.env"
5 changes: 3 additions & 2 deletions vms/thredds-aws/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ version: '3'

services:
thredds-production:
image: unidata/nexrad-tds-docker:latest
image: unidata/thredds-docker:<5-version>
container_name: thredds
# restart: always
ports:
Expand All @@ -187,9 +187,10 @@ services:
# HTTPS
- ./files/keystore.jks:/usr/local/tomcat/conf/keystore.jks
- ./files/server.xml:/usr/local/tomcat/conf/server.xml
- ./files/web.xml:/usr/local/tomcat/conf/web.xml
# AWS TDS Nexrad server
- ~/tdsconfig/:/usr/local/tomcat/content/thredds/
- ~/S3Objects/:/usr/local/tomcat/temp/S3Objects/
- ~/S3Objects/:/usr/local/tomcat/temp/
- ~/files/credentials:/usr/local/tomcat/.aws/credentials
env_file:
- "compose${THREDDS_COMPOSE_ENV_LOCAL}.env"
Expand Down

0 comments on commit 1436bf7

Please sign in to comment.