Skip to content

Commit

Permalink
deploy: use pre-build docker image for production
Browse files Browse the repository at this point in the history
  • Loading branch information
lucklove committed Mar 29, 2024
1 parent 61d429e commit 8cad3f6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
services:
api:
build: .
volumes:
- .:/usr/src/app
image: pingcap/linguflow-api
ports:
- 8000:8000
environment:
- DATABASE_URL
ui:
build: ui
volumes:
- ./ui:/app
image: pingcap/linguflow-ui
ports:
- 80:80
environment:
Expand Down

0 comments on commit 8cad3f6

Please sign in to comment.