lupt/.docker-compose.yml

13 lines
191 B
YAML

version: "3.2"
services:
web:
container_name: lupt-chat
build: .
ports:
- "8080:8081"
volumes:
- type: bind
source: ./etc
target: /app/lupt/etc