packaging with docker
This commit is contained in:
+3
-5
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user