add traefik labels;
This commit is contained in:
@@ -9,4 +9,17 @@ services:
|
|||||||
GIT_USERNAME: ${GIT_USERNAME}
|
GIT_USERNAME: ${GIT_USERNAME}
|
||||||
ports:
|
ports:
|
||||||
- "8150:8150"
|
- "8150:8150"
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
|
labels:
|
||||||
|
- traefik.enable=true
|
||||||
|
- traefik.http.routers.qplp.entrypoints=websecure
|
||||||
|
- traefik.http.routers.qplp.rule=Host(`poc.haider.app`)
|
||||||
|
- traefik.http.routers.qplp.tls=true
|
||||||
|
- traefik.http.routers.qplp.tls.certresolver=production
|
||||||
|
- traefik.docker.network=traefik_nw_public
|
||||||
|
networks:
|
||||||
|
- traefik_nw_public
|
||||||
|
|
||||||
|
networks:
|
||||||
|
traefik_nw_public:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user