Skip to content

Commit

Permalink
expose mqtt and verdaccio
Browse files Browse the repository at this point in the history
  • Loading branch information
skadefro committed Nov 19, 2022
1 parent 7fa2a46 commit acf990a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose-traefik-offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ services:
restart: always
volumes:
- "./mosquitto.conf:/etc/mosquitto/mosquitto.conf"
ports:
- "1883:1883"
verdaccio:
labels:
- "traefik.enable=true"
Expand All @@ -62,6 +64,8 @@ services:
environment:
- "VERDACCIO_PORT=4873"
- "VERDACCIO_PROTOCOL=http"
ports:
- "4873:4873"
api:
labels:
- "traefik.enable=true"
Expand Down

0 comments on commit acf990a

Please sign in to comment.