Whisper
This commit is contained in:
parent
7539dcc983
commit
d0cabe7b6f
|
@ -15,4 +15,4 @@ RUN npm install
|
||||||
EXPOSE 5173
|
EXPOSE 5173
|
||||||
|
|
||||||
# Command to run the app
|
# Command to run the app
|
||||||
CMD ["npm", "run", "dev"]
|
CMD ["npm", "run", "dev", "--host"]
|
||||||
|
|
|
@ -8,13 +8,6 @@ services:
|
||||||
image: git.nixc.us/nixius/whisper:production
|
image: git.nixc.us/nixius/whisper:production
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
- default
|
|
||||||
# ports:
|
|
||||||
# - '80:4000'
|
|
||||||
environment:
|
|
||||||
SIGN_UP_DISABLED: "true"
|
|
||||||
# volumes:
|
|
||||||
# - /mnt/tank/persist/nixc.us/whisper/production/data:/var/opt/whisper
|
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
@ -32,6 +25,7 @@ services:
|
||||||
traefik.http.routers.production-whisper_whisper.service: "production-whisper_whisper"
|
traefik.http.routers.production-whisper_whisper.service: "production-whisper_whisper"
|
||||||
traefik.http.services.production-whisper_whisper.loadbalancer.server.port: "5173"
|
traefik.http.services.production-whisper_whisper.loadbalancer.server.port: "5173"
|
||||||
traefik.docker.network: "traefik"
|
traefik.docker.network: "traefik"
|
||||||
|
# traefik.http.routers.production_whisper.middlewares: 'authelia_authelia@docker'
|
||||||
traefik.http.routers.production_whisper.middlewares: 'authelia_authelia@docker'
|
traefik.http.routers.production_whisper.middlewares: 'authelia_authelia@docker'
|
||||||
update_config:
|
update_config:
|
||||||
order: stop-first
|
order: stop-first
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
|
networks:
|
||||||
|
traefik:
|
||||||
|
external: true
|
||||||
services:
|
services:
|
||||||
whisper:
|
whisper:
|
||||||
image: git.nixc.us/nixius/whisper:staging
|
image: git.nixc.us/nixius/whisper:staging
|
||||||
|
networks:
|
||||||
|
- traefik
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
|
Loading…
Reference in New Issue