talkpal-frontend/docker-compose.yaml
2025-03-21 00:37:35 +03:00

10 lines
184 B
YAML

version: '3.6'
services:
talkpal-frontend:
container_name: talkpal-frontend
image: talkpal-frontend
build: .
network_mode: host
volumes:
- "./src:/app/src"