Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Rename organization in docker image url
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-stasiak committed May 16, 2024
1 parent a58efb6 commit db0bfa3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2.2'

x-jellyfish-template: &jellyfish-template
image: "ghcr.io/jellyfish-dev/jellyfish:${JELLYFISH_VERSION}"
image: "ghcr.io/fishjam-dev/jellyfish:${JELLYFISH_VERSION}"
restart: unless-stopped
environment: &jellyfish-environment
JF_PORT: $JF_PORT
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
jellyfish:
image: "ghcr.io/jellyfish-dev/jellyfish:${JELLYFISH_VERSION:-edge}"
image: "ghcr.io/fishjam-dev/jellyfish:${JELLYFISH_VERSION:-edge}"
container_name: jellyfish
restart: on-failure
healthcheck:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'

x-jellyfish-template: &jellyfish-template
image: "ghcr.io/jellyfish-dev/jellyfish:${JELLYFISH_VERSION:-edge}"
image: "ghcr.io/fishjam-dev/jellyfish:${JELLYFISH_VERSION:-edge}"
restart: unless-stopped
environment: &jellyfish-environment
JF_SERVER_API_TOKEN: ${JF_SERVER_API_TOKEN:-development}
Expand Down Expand Up @@ -86,7 +86,7 @@ services:
args:
PROM_JELLYFISH_TARGETS: ${PROM_JELLYFISH_TARGETS:-jellyfish1:9568,jellyfish2:9568}
# Through 172.17.0.1 address docker containers (not running in network mode host) can access
# services running on host OS (localhost). In this example through this address prometheus could access
# services running on host OS (localhost). In this example through this address prometheus could access
# node-exporter which is running in network mode host.
PROM_NODE_TARGETS: '172.17.0.1:9100'
container_name: prometheus
Expand Down

0 comments on commit db0bfa3

Please sign in to comment.