Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docker/docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ services:
celerybeat:
restart: unless-stopped

sdc:
restart: unless-stopped
healthcheck:
test:
wget --spider --quiet
http://localhost:5000

redis:
restart: unless-stopped

Expand Down
4 changes: 0 additions & 4 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ services:
- celeryworker
- celeryworkerslow
- celerybeat
- sdc
volumes:
- source: user-documents
target: ${FILE_UPLOAD_DIR:-/var/lib/portal/uploads}
Expand Down Expand Up @@ -81,9 +80,6 @@ services:
- celeryworker
- celeryworkerslow

sdc:
image: ghcr.io/uwcirg/sdc-services:latest

redis:
image: redis

Expand Down
Loading