create seperate privacy policy server

This commit is contained in:
2026-06-05 09:56:02 +02:00
parent 21ae7d92a8
commit 1241540bbe
7 changed files with 327 additions and 0 deletions
+9
View File
@@ -231,6 +231,15 @@ services:
- driver: nvidia
count: all # or specify a number of GPUs
capabilities: [gpu]
#============== MIH-Legal ====================================================================
mih-legal:
image: nginx:alpine
container_name: mih-legal
restart: always
volumes:
- ./mih_legal:/usr/share/nginx/html:ro
ports:
- "127.0.0.1:8085:80"
#============== Firebaase ====================================================================
# firebase:
# container_name: MIH-firebase-emulator