<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-03-02 17:24:56 +03:00
parent f64ed7b25e
commit f34b3816c7
+6
View File
@@ -376,6 +376,12 @@ services:
context: ./services/checker context: ./services/checker
dockerfile: Dockerfile dockerfile: Dockerfile
restart: unless-stopped restart: unless-stopped
ports:
- name: web
target: 8000
published: 8009
host_ip: 0.0.0.0
protocol: tcp
volumes: volumes:
- type: bind - type: bind
source: /var/run/docker.sock source: /var/run/docker.sock