Merge pull request 'MIH Flappak repo' (#5) from v.1.3.0 into main

Reviewed-on: #5
This commit is contained in:
Yasien Meth 2026-06-17 10:20:52 +02:00
commit 669336cc93
2 changed files with 38 additions and 0 deletions

View file

@ -241,6 +241,18 @@ services:
- "127.0.0.1:8085:80"
networks:
- mih-network
#============== MIH-Flatpak Repository =========================================================
mih-flatpak:
image: nginx:alpine
container_name: mih-flatpak
restart: always
volumes:
- ./mih_ui/flatpak/nginx.conf:/etc/nginx/nginx.conf:ro
- ./mih_ui/repo:/usr/share/nginx/html:ro
ports:
- "127.0.0.1:8086:80"
networks:
- mih-network
#============== Firebaase ====================================================================
# firebase:
# container_name: MIH-firebase-emulator