Updated docker-compose.yml for simpler integration into the test environment
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
tableview-frontend:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
@@ -12,3 +12,8 @@ services:
|
||||
env_file:
|
||||
- .env
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- test-taiga
|
||||
|
||||
networks:
|
||||
test-taiga:
|
||||
|
||||
Reference in New Issue
Block a user