2
2
mirror of https://github.com/Thream/website.git synced 2024-07-06 18:40:12 +02:00
website/compose.yaml

12 lines
249 B
YAML
Raw Normal View History

2021-10-24 05:19:39 +02:00
services:
thream-website:
container_name: ${COMPOSE_PROJECT_NAME}
image: "thream-website"
restart: "unless-stopped"
2021-10-24 05:19:39 +02:00
build:
context: "./"
network_mode: "host"
2021-10-24 05:19:39 +02:00
environment:
2022-12-13 11:38:24 +01:00
PORT: ${PORT-3000}
env_file: ".env"