Added minimal docker-compose.yml.

This commit is contained in:
Johannes Findeisen 2025-01-17 01:21:26 +01:00
commit de943645b4

12
docker-compose.yml Normal file
View file

@ -0,0 +1,12 @@
services:
nethsm-docker:
image: docker.io/nitrokey/nethsm:testing
container_name: nethsm-docker
environment:
- MODE=unix
restart: always
ports:
- "127.0.0.1:48443:8443/tcp"
tty: true