Whisper
This commit is contained in:
parent
9f0dee3d88
commit
7539dcc983
|
@ -1,5 +1,5 @@
|
|||
# Use an official Node runtime as a parent image
|
||||
FROM node:16-alpine
|
||||
FROM node:20-alpine
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /usr/src/app
|
||||
|
|
|
@ -5,7 +5,7 @@ networks:
|
|||
driver: overlay
|
||||
services:
|
||||
whisper:
|
||||
image: git.nixc.us/nixius/whisper:production-whisper
|
||||
image: git.nixc.us/nixius/whisper:production
|
||||
networks:
|
||||
- traefik
|
||||
- default
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
whisper:
|
||||
image: git.nixc.us/nixius/asciinema:staging
|
||||
image: git.nixc.us/nixius/whisper:staging
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
|
|
Loading…
Reference in New Issue