mirror of
https://github.com/daniviga/bite.git
synced 2024-11-23 13:26:14 +01:00
Daniele Viganò
762605c5c4
* Add some tests * Add an example of NTP with encryption * Enable TravisCI * Run sims via Docker * Improve simulators stage * Final fix for travis * Add README docs [skip ci]
13 lines
194 B
YAML
13 lines
194 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
edge-host:
|
|
image: docker:dind
|
|
privileged: true
|
|
environment:
|
|
DOCKER_TLS_CERTDIR:
|
|
networks:
|
|
- net
|
|
ports:
|
|
- "127.0.0.1:22375:2375"
|