feat: coming soon
This commit is contained in:
@ -2,12 +2,11 @@ version: '3.0'
|
||||
services:
|
||||
thream-website:
|
||||
container_name: ${COMPOSE_PROJECT_NAME}
|
||||
image: 'thream-website'
|
||||
build:
|
||||
context: './'
|
||||
dockerfile: './Dockerfile'
|
||||
ports:
|
||||
- '${PORT}:${PORT}'
|
||||
environment:
|
||||
PORT: ${PORT}
|
||||
volumes:
|
||||
- './:/website'
|
||||
env_file: './.env'
|
||||
|
Reference in New Issue
Block a user