Updated container networking.

This commit is contained in:
Raphaël Numbus
2026-02-20 11:04:09 +01:00
parent 61d0fbd339
commit 40265e8c81
6 changed files with 28 additions and 91 deletions
+3 -7
View File
@@ -22,18 +22,14 @@ helper.mkPodmanService {
container_name: it-tools
hostname: it-tools
networks:
it-tools_frontend:
it-tools:
ports:
- "${cfg.port}:80/tcp"
restart: unless-stopped
networks:
it-tools_frontend:
name: it-tools_frontend
it-tools:
name: it-tools
driver: bridge
ipam:
config:
- subnet: "10.89.9.0/24"
gateway: "10.89.9.254"
'';
}