packaging with docker

This commit is contained in:
2025-03-20 12:08:08 +00:00
parent 6162cae6fd
commit 61a9a64fa5
3 changed files with 23 additions and 9 deletions
+3 -5
View File
@@ -1,5 +1,3 @@
version: '3.8'
services:
webui:
build:
@@ -14,9 +12,9 @@ services:
# Change this URL if the translator service is running on a different host
- TRANSLATOR_API_URL=http://translator:7999
restart: unless-stopped
networks:
- webui-network
- translator-network
# networks:
# - webui-network
# - translator-network
# Uncomment the below if you want the webui to depend on the translator
# when running the two services together
# depends_on: