Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

docker-compose.yml 216 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  1. version: '3.8'
  2. services:
  3. server:
  4. build: .
  5. ports:
  6. - "3001:3001"
  7. react-app:
  8. build: ./src/client/
  9. ports:
  10. - "8080:80"
  11. environment:
  12. - REACT_APP_API_URL=http://server:3001
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...