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