new-style
This commit is contained in:
@@ -7,13 +7,12 @@ services:
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- traefik_net
|
||||
volumes:
|
||||
- shared-auction-data:/mnt/okcomputer/output
|
||||
|
||||
environment:
|
||||
RATE_LIMIT_SECONDS: "0.5"
|
||||
MAX_PAGES: "50"
|
||||
DOWNLOAD_IMAGES: "False"
|
||||
volumes:
|
||||
- shared-auction-data:/mnt/okcomputer/output
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.scaev.rule=Host(`scaev.appmodel.nl`)"
|
||||
@@ -22,12 +21,12 @@ services:
|
||||
- "traefik.http.routers.scaev.tls.certresolver=letsencrypt"
|
||||
- "traefik.http.services.scaev.loadbalancer.server.port=8000"
|
||||
|
||||
|
||||
networks:
|
||||
traefik_net:
|
||||
external: true
|
||||
name: traefik_net
|
||||
|
||||
# Add at the bottom:
|
||||
volumes:
|
||||
shared-auction-data:
|
||||
external: true
|
||||
Reference in New Issue
Block a user