basaHoushanPanel/docker-compose.yml

14 lines
185 B
YAML

networks:
houshan-network:
services:
web:
build: .
container_name: nextjs_app
env_file:
- .env
networks:
- houshan-network
restart: unless-stopped