This commit is contained in:
Tour
2025-12-05 09:33:51 +01:00
parent d8a53bacb6
commit 19653290a6

View File

@@ -8,7 +8,8 @@ services:
networks:
- traefik_net
volumes:
- /opt/apps/scaev/output:/mnt/okcomputer/output
- shared-auction-data:/mnt/okcomputer/output
environment:
RATE_LIMIT_SECONDS: "0.5"
MAX_PAGES: "50"
@@ -24,4 +25,9 @@ services:
networks:
traefik_net:
external: true
name: traefik_net
name: traefik_net
# Add at the bottom:
volumes:
shared-auction-data:
external: true