diff --git a/docker-compose.yml b/docker-compose.yml index b2916a4..0488db0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 \ No newline at end of file + name: traefik_net + +# Add at the bottom: +volumes: + shared-auction-data: + external: true \ No newline at end of file