Skip to content
Discussion options

You must be logged in to vote

I use caddy-docker-proxy with mine. Setup is fairly simple once the hostname is provisioned...add this to your PartDB service in docker-compose.yml

    networks:
      - www
    labels:
      caddy: partdb.example.tld
      caddy.reverse_proxy: partdb.www:80
      caddy.log: partdb
      caddy.log.format: json

Note that the service is connected to an external network named "www," which is provisioned in the docker-compose file for caddy-docker-proxy. You'll also need this in the PartDB docker-compose:

networks:
  www:
    name: www
    external: true

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Applearcher80
Comment options

Answer selected by Applearcher80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants