Initial commit

This commit is contained in:
2022-12-01 19:32:20 +02:00
commit b7f4289b8a
3 changed files with 35 additions and 0 deletions

17
uam/docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
version: '3.3'
services:
uam:
image: debian:bullseye-slim
container_name: uam
restart: unless-stopped
stop_grace_period: 20s
network_mode: host
ulimits:
rtprio: 95
memlock: -1
volumes:
- "./entrypoint.sh:/opt/entrypoint.sh"
command: /bin/sh -c "chmod +x /opt/entrypoint.sh && /opt/entrypoint.sh $${PBKEY}"
environment:
- PBKEY=