Skip to content

Commit

Permalink
Bump docker tag version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeParky committed Jan 20, 2025
1 parent 90aa430 commit 151c419
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
build:
context: .
target: backend
image: lparkinson/backend-flood-resilience-dt:1.2
image: lparkinson/backend-flood-resilience-dt:1.3
container_name: backend_digital_twin
env_file:
- .env
Expand All @@ -68,7 +68,7 @@ services:
build:
context: .
target: celery_worker
image: lparkinson/celery-flood-resilience-dt:1.2
image: lparkinson/celery-flood-resilience-dt:1.3
container_name: celery_worker_digital_twin
restart: always
env_file:
Expand Down Expand Up @@ -116,7 +116,7 @@ services:

www:
# Webserver for the website interface
image: lparkinson/www-flood-resilience-dt:1.2
image: lparkinson/www-flood-resilience-dt:1.3
build:
context: .
dockerfile: visualisation/Dockerfile
Expand Down

0 comments on commit 151c419

Please sign in to comment.