feat: release proxmoxer-compatible 0.1.0 slice

This commit is contained in:
Sergey Antropoff
2026-07-13 00:55:11 +03:00
parent 4b923e63f2
commit 6175c724d9
13 changed files with 234 additions and 9 deletions
+19
View File
@@ -41,5 +41,24 @@ services:
security_opt:
- no-new-privileges:true
tls-gateway:
image: nginx:1.28.0-alpine
depends_on:
simulator:
condition: service_healthy
ports:
- "8007:8443"
volumes:
- ./docker/tls/nginx.conf:/etc/nginx/nginx.conf:ro
- ./docker/tls/server.crt:/etc/nginx/tls/server.crt:ro
- ./docker/tls/server.key:/etc/nginx/tls/server.key:ro
read_only: true
tmpfs:
- /var/cache/nginx
- /var/run
- /tmp
security_opt:
- no-new-privileges:true
volumes:
postgres-data: