mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Website.git
synced 2025-10-13 00:42:53 +00:00
10 lines
144 B
YAML
10 lines
144 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
website:
|
|
build: .
|
|
ports:
|
|
- "80:80"
|
|
environment:
|
|
- REACT_APP_ENV_MODE: ${REACT_APP_ENV_MODE}
|