Skip to content

Commit

Permalink
Use Storage Servce Nginx proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed May 22, 2024
1 parent df086f7 commit b539362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
- "CCP_DB_DRIVER=mysql"
- "CCP_DB_DSN=root:12345@tcp(mysql:3306)/MCP"
- "CCP_API_ADMIN_LISTEN=:8000"
- "CCP_SSCLIENT_URL=http://archivematica-storage-service:8000"
- "CCP_SSCLIENT_URL=http://nginx:8000"
- "CCP_SSCLIENT_USERNAME=test"
- "CCP_SSCLIENT_KEY=test"
volumes:
Expand Down

0 comments on commit b539362

Please sign in to comment.