Skip to content

Commit

Permalink
Fix docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Oct 21, 2023
1 parent 5d9f642 commit a5b5f69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ services:

somleng-switch:
image: ghcr.io/somleng/somleng-switch
platform: linux/amd64
environment:
AHN_CORE_HOST: freeswitch
AHN_CORE_HTTP_PORT: 8080
Expand All @@ -52,6 +53,7 @@ services:

freeswitch:
image: ghcr.io/somleng/freeswitch
platform: linux/amd64
environment:
- FS_DATABASE_HOST=db
- FS_MOD_JSON_CDR_URL=http://api.somleng.dev:3000/services/call_data_records
Expand Down

0 comments on commit a5b5f69

Please sign in to comment.