nostrdvm/docker-compose.yml

15 lines
223 B
YAML
Raw Normal View History

version: '3.8'
services:
2024-10-04 00:12:48 +02:00
nostrdvm:
container_name: nostrdvm
build:
context: .
dockerfile: Dockerfile
ports:
- "80:80"
2024-10-02 23:52:16 +02:00
env_file:
- .env
volumes:
- .:/app