[+] integrate with podman

This commit is contained in:
Siarhei Siniak 2025-03-20 17:02:18 +03:00
parent b399c5546c
commit dff3782834
4 changed files with 7 additions and 7 deletions

@ -1 +1 @@
Subproject commit 2f4edccebb7c61b2d3ba390dabdb1ac0ef54ec20
Subproject commit adef10a8c41f5c550622879370a40f8a9e545574

@ -1 +1 @@
Subproject commit f2366f328fb8129fa6ae26d00b421025d2f090c7
Subproject commit 3c691ef68d8899edf328d5b06135c0d3b02e7940

@ -22,8 +22,8 @@ services:
build:
context: .
dockerfile: ./docker/cpanel/Dockerfile
links:
- app
#links:
# - app
volumes:
- ./d1/:/app/d1:ro
- ./tmp/d1/:/app/tmp/d1/:ro
@ -42,8 +42,8 @@ services:
# - ngrok
ngrok:
image: wernight/ngrok
links:
- app
#links:
# - app
profiles:
- broken
command: ['ngrok', 'http', 'app:80']

@ -4,7 +4,7 @@ RUN apk add python3
RUN apk add tini
RUN apk add bash curl
RUN apk add py3-pip
RUN pip3 install requests
RUN pip3 install --break-system-packages requests
WORKDIR /app