feat(web): add private company and portfolio presence
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
# Das Portfolio (Next.js)
|
||||
w-make-portfolio:
|
||||
build: .
|
||||
image: w-make-portfolio:latest
|
||||
container_name: w-make-portfolio
|
||||
restart: always
|
||||
expose:
|
||||
- "3000"
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=proxy"
|
||||
- "traefik.http.routers.w-make.rule=Host(`w-make.com`) || Host(`www.w-make.com`)"
|
||||
- "traefik.http.routers.w-make.priority=100"
|
||||
- "traefik.http.routers.w-make.entrypoints=websecure"
|
||||
- "traefik.http.routers.w-make.tls=true"
|
||||
- "traefik.http.routers.w-make.tls.certresolver=http_resolver"
|
||||
- "traefik.http.routers.w-make.middlewares=default@file,crowdsec-bouncer-plugin@file"
|
||||
- "traefik.http.services.w-make.loadbalancer.server.port=3000"
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user