chorus/docker/docker-compose.yml
Mike Dilger 0ff9bc564f
Update docker setup:
* Use docker-compose
 * Make it work with podman too
 * Run as root inside the container, no need for chorus user
2026-04-27 11:41:16 +12:00

13 lines
233 B
YAML

services:
chorus:
build:
context: .
dockerfile: Dockerfile
container_name: chorus
restart: unless-stopped
volumes:
- ./etc:/opt/chorus/etc
- ./var:/opt/chorus/var
ports:
- 443:1444