Skip to content

Commit

Permalink
update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
alijomeiy committed Dec 26, 2024
1 parent fd4f618 commit 25962dc
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,9 @@
version: '3'
networks:
default:
ipam:
config:
- subnet: ${TEST_NETWORK}
services:
pyhss:
build: ./pyhss
image: pyhss
container_name: pyhss
env_file:
- .env
environment:
- COMPONENT_NAME=hss-1
volumes:
- ./pyhss:/mnt/hss
expose:
- "3868/tcp"
- "3868/sctp"
- ./config.yaml:/pyhss/config.yaml
ports:
- "3868:3868/tcp"
- "3868:3868/sctp"
networks:
default:
ipv4_address: ${HSS_IP}
- "8080:8080" # REST API
- "3868:3868" # Diameter

0 comments on commit 25962dc

Please sign in to comment.