Skip to content

Commit

Permalink
chore(backend): change container names
Browse files Browse the repository at this point in the history
  • Loading branch information
detj committed Nov 16, 2023
1 parent 8a96f0d commit 1f95306
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions self-host/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: measure
services:
api:
container_name: api
build:
context: ../measure-backend/measure-go
ports:
Expand All @@ -18,6 +19,7 @@ services:
- symbolicator-retrace

symbolicator-retrace:
container_name: symbolicator-retrace
build:
context: ../measure-backend/symbolicator-retrace
ports:
Expand Down Expand Up @@ -46,6 +48,7 @@ services:
# action: rebuild

postgres:
container_name: postgres
image: postgres:15
ports:
- "5432:5432"
Expand All @@ -55,6 +58,7 @@ services:
- postgres-volume:/var/lib/postgresql/data

clickhouse:
container_name: clickhouse
image: clickhouse/clickhouse-server:23
ports:
- "9000:9000/tcp"
Expand Down

0 comments on commit 1f95306

Please sign in to comment.