Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

1
docker container webservices as individual subpaths
Post Body

i deployed traefik sucessfully on a vps running docker services. i was able to make the main service 'organizr' redirect through trafik on <organizr.my.simplydoesitvw.com>.

i now want to attach other services to this domain as subpath eg organizr.my.simplydoesitvw.com/syncthing

i put this in my docker compose under the container:

labels:      
      - "traefik.enable=true"
      - "traefik.http.routers.syncthing.rule=Host(`organizr.my.simplydoesitvw.com`) && Path(`/syncthing`)"
      - "traefik.http.routers.syncthing.middlewares=organizr-https-redirect"
      - "traefik.http.routers.syncthing-secure.entrypoints=https"
      - "traefik.http.routers.syncthing-secure.rule=Host(`organizr.my.simplydoesitvw.com`) && Path(`/syncthing`)"
      - "traefik.http.routers.syncthing-secure.tls=true"
      - "traefik.http.routers.syncthing-secure.tls.certresolver=http"

the page loads but almost ??!!

edit: or for that matter any method of accessing these services without creating multiple dns entries is fine...

SOLVED: using wildcard on A record to reduce clutter!!!

Author
Account Strength
100%
Account Age
5 years
Verified Email
Yes
Verified Flair
Yes
Total Karma
4,638
Link Karma
1,783
Comment Karma
2,622
Profile updated: 6 days ago
Posts updated: 1 month ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
2 years ago