Change port
This commit is contained in:
parent
5c6636a08b
commit
7fb87e9030
|
@ -6,14 +6,14 @@ services:
|
|||
volumes:
|
||||
- ./:/usr/src/app
|
||||
ports:
|
||||
- "3000:3000"
|
||||
command: ["npx", "@11ty/eleventy", "--serve", "--port", "3000"]
|
||||
- "4000:4000"
|
||||
command: ["npx", "@11ty/eleventy", "--serve", "--port", "4000"]
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.eleventy.rule=Host(`blog.velouria.dev`)"
|
||||
- "traefik.http.routers.eleventy.entrypoints=websecure"
|
||||
- "traefik.http.routers.eleventy.tls.certresolver=myresolver"
|
||||
- "traefik.http.services.eleventy.loadbalancer.server.port=3002"
|
||||
- "traefik.http.services.eleventy.loadbalancer.server.port=4000"
|
||||
networks:
|
||||
- traefik_network
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue