Skip to content

Commit

Permalink
Add volume mappings for ai-server and web-server containers
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed Dec 19, 2023
1 parent b30313b commit 9282f18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ services:
container_name: ai-server
ports:
- "8000:8000"
volumes:
- ./ai-server:/app
web-server:
image: ghcr.io/seoulsky/desdemona-web:latest
container_name: web-server
depends_on:
- ai-server
ports:
- "8080:8080"
volumes:
- ./web-server:/app

0 comments on commit 9282f18

Please sign in to comment.