Skip to content

Commit

Permalink
Switch to dswbot Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Nov 5, 2024
1 parent c2f1ba2 commit 6bcd2eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dsw/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

dsw-server:
image: datastewardshipwizard/wizard-server:4.11
image: dswbot/wizard-server:4.11
platform: linux/amd64
restart: always
ports:
Expand All @@ -15,15 +15,15 @@ services:
- host.docker.internal:host-gateway

dsw-client:
image: datastewardshipwizard/wizard-client:4.11
image: dswbot/wizard-client:4.11
restart: always
ports:
- 127.0.0.1:8080:8080
environment:
API_URL: http://localhost:3000/wizard-api

dsw-docworker:
image: datastewardshipwizard/document-worker:4.11
image: dswbot/document-worker:4.11
depends_on:
- postgres
- minio
Expand Down Expand Up @@ -59,7 +59,7 @@ services:
- s3-data:/data

dsw-seed-maker:
image: datastewardshipwizard/dsw-seed-maker:develop
image: dswbot/dsw-seed-maker:develop
ports:
- 127.0.0.1:8000:8000
env_file: seed_maker.env
Expand Down

0 comments on commit 6bcd2eb

Please sign in to comment.