Updated docker-compose.yml for simpler integration into the test environment

This commit is contained in:
2025-05-30 17:42:04 +03:00
parent 1ba92163b2
commit 60cae61a5d

View File

@@ -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: