mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
12 lines
325 B
YAML
12 lines
325 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
website:
|
|
build: .
|
|
ports:
|
|
- "80:80"
|
|
environment:
|
|
- 'REACT_APP_FIREBASE_API_KEY:${REACT_APP_FIREBASE_API_KEY}'
|
|
- 'REACT_APP_FIREBASE_APP_ID:${REACT_APP_FIREBASE_APP_ID}'
|
|
- 'REACT_APP_ENVIRONMENT:${REACT_APP_ENVIRONMENT}'
|
|
- 'DEPLOY_SERVICE:${DEPLOY_SERVICE}' |