all
This commit is contained in:
@@ -8,7 +8,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- traefik_net
|
- traefik_net
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/apps/scaev/output:/mnt/okcomputer/output
|
- shared-auction-data:/mnt/okcomputer/output
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
RATE_LIMIT_SECONDS: "0.5"
|
RATE_LIMIT_SECONDS: "0.5"
|
||||||
MAX_PAGES: "50"
|
MAX_PAGES: "50"
|
||||||
@@ -24,4 +25,9 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
traefik_net:
|
traefik_net:
|
||||||
external: true
|
external: true
|
||||||
name: traefik_net
|
name: traefik_net
|
||||||
|
|
||||||
|
# Add at the bottom:
|
||||||
|
volumes:
|
||||||
|
shared-auction-data:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user