Skip to content

Commit

Permalink
Revert docker-compose to non-development settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alepbloyd committed Apr 26, 2024
1 parent 177bab5 commit c59febc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ services:
- ${NGINX_CERT_DIR}:/opt/scholarspace/certs
- ${NGINX_KEY_DIR}:/opt/scholarspace/keys
- /opt/scholarspace/scholarspace-derivatives:/opt/scholarspace/scholarspace-derivatives
# - app-hyrax:/opt/scholarspace
- app-hyrax:/opt/scholarspace
# Uncomment for development
- /opt/scholarspace/scholarspace-hyrax:/opt/scholarspace/scholarspace-hyrax
# - /opt/scholarspace/scholarspace-hyrax:/opt/scholarspace/scholarspace-hyrax
networks:
- hyrax
- fedora
Expand Down Expand Up @@ -149,9 +149,9 @@ services:
- ${NGINX_CERT_DIR}:/opt/scholarspace/certs
- ${NGINX_KEY_DIR}:/opt/scholarspace/keys
- /opt/scholarspace/scholarspace-derivatives:/opt/scholarspace/scholarspace-derivatives
# - app-hyrax:/opt/scholarspace
- app-hyrax:/opt/scholarspace
# Uncomment for development
- /opt/scholarspace/scholarspace-hyrax:/opt/scholarspace/scholarspace-hyrax
# - /opt/scholarspace/scholarspace-hyrax:/opt/scholarspace/scholarspace-hyrax
restart: always
logging:
<<: *logging
Expand Down

0 comments on commit c59febc

Please sign in to comment.