magellan/emulator/rf-emulator.yml
David Allen 80c645f85f
Update rf-emulator.yml to map ports correctly
Signed-off-by: David Allen <16520934+davidallendj@users.noreply.github.com>
2024-07-17 11:35:59 -06:00

26 lines
511 B
YAML

networks:
internal:
volumes:
emulator:
services:
emulator:
image: openchami-rie:latest
container_name: rf-emulator
environment:
BMC_PORT: 5000
MOCKUPFOLDER: EX235a
AUTH_CONFIG: "root:root_password:Administrator"
volumes:
- ./rf-emulator/mockups:/mockups
ports:
- 5000:5000
networks:
- internal
healthcheck:
test: ["CMD", "curl", "--fail", "--silent", "http://127.0.0.1:5000"]
interval: 5s
timeout: 10s
retries: 10