services: mock-server: build: context: ./mock_server # platforms: # - linux/arm64 # - linux/amd64 ports: - 9090:9090 volumes: - ./mock_server:/usr/src/app extra_hosts: - host.docker.internal:host-gateway restart: unless-stopped image: labs.etsi.org:5050/ocf/capif/mock_server:latest networks: default: name: capif-network external: true