wot-relay/docker-compose.arm64.yml

15 lines
451 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" # only change the left side before the colon
- "./templates/index.html:/app/templates/index.html" # only change the left side before the colon
- "./templates/static:/app/templates/static" # only change the left side before the colon
ports:
- "3334:3334"