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