Refactor Instagram login process to handle session data and improve error handling

This commit is contained in:
암냥 2025-11-28 22:08:42 +09:00
commit 48f66773c7
4 changed files with 79 additions and 88 deletions

View file

@ -1,6 +1,15 @@
services:
app:
build: .
restart: always
restart: unless-stopped
volumes:
- ./logs:/code/app/temp/logs
- ./logs:/code/app/temp/logs
networks:
hikari:
networks:
hikari:
ipam:
driver: default
config:
- subnet: 172.30.0.0/16