wot-relay/docker-compose.arm64.yml

17 lines
340 B
YAML
Raw Permalink Normal View History

2024-09-07 22:03:04 -03:00
services:
relay:
container_name: wot-relay
build:
context: .
dockerfile: arm64.Dockerfile
env_file:
- .env
volumes:
- "./db:/app/db"
- "./templates/index.html:${INDEX_PATH}"
- "./templates/static:${STATIC_PATH}"
2024-09-07 22:03:04 -03:00
ports:
- "3334:3334"
restart: unless-stopped
init: true