Skip to content

Commit

Permalink
Add images to ghcr, allow specifying version
Browse files Browse the repository at this point in the history
  • Loading branch information
NasaGeek committed Feb 2, 2021
1 parent d63dc8f commit 43ca87e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
connector:
image: "firestarter_connector:1.0"
image: "ghcr.io/flightaware/firestarter/firestarter_connector:${FS_VERSION:-latest}"
build:
context: .
dockerfile: connector/Dockerfile
Expand Down Expand Up @@ -51,7 +51,7 @@ services:
max-file: "5"

db-updater:
image: "firestarter_db-updater:1.0"
image: "ghcr.io/flightaware/firestarter/firestarter_db-updater:${FS_VERSION:-latest}"
build:
context: .
dockerfile: db-updater/Dockerfile
Expand Down Expand Up @@ -79,7 +79,7 @@ services:
max-file: "5"

position-db-updater:
image: "firestarter_db-updater:1.0"
image: "ghcr.io/flightaware/firestarter/firestarter_db-updater:${FS_VERSION:-latest}"
build:
context: .
dockerfile: db-updater/Dockerfile
Expand Down Expand Up @@ -107,7 +107,7 @@ services:
- timescaledb

fids:
image: "firestarter_fids:1.0"
image: "ghcr.io/flightaware/firestarter/firestarter_fids:${FS_VERSION:-latest}"
build:
context: .
dockerfile: fids/Dockerfile
Expand All @@ -133,7 +133,7 @@ services:
max-file: "5"

map:
image: "firestarter_map:1.0"
image: "ghcr.io/flightaware/firestarter/firestarter_map:${FS_VERSION:-latest}"
build:
context: .
dockerfile: map/Dockerfile
Expand Down

0 comments on commit 43ca87e

Please sign in to comment.