Removed storage and ia from docker compose

This commit is contained in:
Titouan 2025-09-15 14:57:56 +02:00
parent 2a84a8ed67
commit 36355b1fd5

View File

@ -137,27 +137,6 @@ services:
- "com.centurylinklabs.watchtower.enable=true"
restart: unless-stopped
sdk_storage:
image: git.4nkweb.com/4nk/sdk_storage:dev
container_name: sdk_storage
networks:
btcnet:
aliases:
- sdk_storage
labels:
- "com.centurylinklabs.watchtower.enable=true"
restart: unless-stopped
IA:
image: alpine:latest
container_name: IA
command: tail -f /dev/null
networks:
btcnet:
aliases:
- ia
restart: unless-stopped
watchtower:
image: containrrr/watchtower
container_name: watchtower