mirror of
https://github.com/bitvora/wot-relay.git
synced 2025-04-23 01:01:23 +00:00
15 lines
291 B
YAML
15 lines
291 B
YAML
services:
|
|
relay:
|
|
container_name: wot-relay
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- "./db:/app/db"
|
|
- "./templates/index.html:${INDEX_PATH}"
|
|
- "./templates/static:${STATIC_PATH}"
|
|
ports:
|
|
- "3334:3334"
|