fers web
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
services:
|
||||
api:
|
||||
build: .
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.api
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
@@ -19,3 +21,13 @@ services:
|
||||
- REDIS_PASSWORD=CNXpuhMdxXHo7ZK8bhtXDvgXVZcjRn
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
web:
|
||||
build:
|
||||
context: ./web
|
||||
dockerfile: ../Dockerfile.web
|
||||
ports:
|
||||
- "3000:80"
|
||||
depends_on:
|
||||
- api
|
||||
volumes:
|
||||
- ./web:/usr/share/nginx/html:ro
|
||||
|
||||
Reference in New Issue
Block a user