Skip to content

Commit

Permalink
fix: update compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirasaki committed Oct 7, 2024
1 parent e51c8de commit 135a0e6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
version: '3.1'

services:
client:
build: .
container_name: client
restart: always
volumes:
# Bind mount, read-only app
- ./:/app:ro
# Anonymous volume
- /app/node_modules
- ./config:/app/config
- ./docs:/app/docs
env_file:
- ./.env

0 comments on commit 135a0e6

Please sign in to comment.