2
2
mirror of https://github.com/Thream/website.git synced 2024-07-21 09:28:32 +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}
2021-10-24 05:48:06 +02:00
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}
2023-05-13 20:28:24 +02:00
env_file: '.env'