Skip to content

Commit

Permalink
Small tweaks to the compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
wgalanciak authored Oct 23, 2023
1 parent a93631f commit e5767bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
services:
codetogether-hq:
image: hub.edge.codetogether.com/codetogether/codetogether-hq:latest
image: hub.edge.codetogether.com/releases/codetogether-hq:latest
container_name: codetogether-hq
environment:
- CT_HQ_BASE_URL=https://your-hq-server-fqdn
networks:
- hqnet
volumes:
- cthq.properties:/opt/codetogether/runtime/cthq.properties:ro
- ./cthq.properties:/opt/codetogether/runtime/cthq.properties:ro
ports:
- "1080:1080"
depends_on:
Expand All @@ -31,7 +31,7 @@ services:
- ./cassandra-config.yaml:/etc/cassandra/cassandra.yaml
- ./cassandra-init.cql:/scripts/init.sql
- ./cassandra-startup.sh:/scripts/startup.sh
- ${BASE_DIR}/data:/var/lib/cassandra
- ./data:/var/lib/cassandra
entrypoint: /scripts/startup.sh
healthcheck:
test: ["CMD", "test", "-f", "/tmp/cassandra-ready"]
Expand Down

0 comments on commit e5767bb

Please sign in to comment.