2
2
mirror of https://github.com/Thream/website.git synced 2024-07-12 13:20:11 +02:00
website/docker-compose.yml
2023-05-13 20:28:24 +02:00

12 lines
241 B
YAML

services:
thream-website:
container_name: ${COMPOSE_PROJECT_NAME}
image: 'thream-website'
build:
context: './'
ports:
- '${PORT-3000}:${PORT-3000}'
environment:
PORT: ${PORT-3000}
env_file: '.env'