mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-17 21:31:52 +01:00
15 lines
223 B
YAML
15 lines
223 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
nostrdvm:
|
|
container_name: nostrdvm
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "80:80"
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- .:/app
|