Skip to content

Commit

Permalink
ORG: v1.0.0 - Update docker compose images to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
munterfi committed Sep 25, 2024
1 parent ed11d66 commit 20bcf57
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: '3.8'

services:
public-transit-service:
image: ghcr.io/naviqore/public-transit-service:v0.5.0
image: ghcr.io/naviqore/public-transit-service:v1.0.0
ports:
- "8080:8080"
environment:
Expand All @@ -16,7 +14,7 @@ services:
restart: unless-stopped

public-transit-viewer:
image: ghcr.io/naviqore/public-transit-viewer:v0.5.0
image: ghcr.io/naviqore/public-transit-viewer:v1.0.0
ports:
- "8501:8501"
environment:
Expand Down

0 comments on commit 20bcf57

Please sign in to comment.