Files
nostrdvm/docker-compose.yml
2024-10-02 23:52:16 +02:00

14 lines
215 B
YAML

version: '3.8'
services:
nostrdvm: # Name of the service
build:
context: .
dockerfile: Dockerfile
ports:
- "80:80"
env_file:
- .env
volumes:
- .:/app