service: Set static ips for other containers too

This commit is contained in:
uumas
2025-09-15 12:34:57 +03:00
parent 16babfd5ed
commit 597faa3fd5
8 changed files with 18 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
container_user: nobody
container_networks:
- "{{ socat_service_name }}"
container_ip: "{{ socat_container_ip }}"
container_requires:
- "{{ socat_service_name }}-socat.socket"
- "{{ socat_service_name }}.service"