This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
website/docker-compose.yml

12 lines
249 B
YAML

services:
thream-website:
container_name: ${COMPOSE_PROJECT_NAME}
image: 'thream-website'
restart: 'unless-stopped'
build:
context: './'
network_mode: 'host'
environment:
PORT: ${PORT-3000}
env_file: '.env'