Skip to content

Commit

Permalink
chore: Update docker compose file to include watch mode for development
Browse files Browse the repository at this point in the history
  • Loading branch information
danstis committed Oct 13, 2024
1 parent 9422975 commit d8dc801
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# docker compose up --build --remove-orphans
version: '3'
# docker compose up --watch --build --remove-orphans
# version: '3'
name: ado-asana-sync

services:
Expand All @@ -8,6 +9,16 @@ services:
build:
context: .
dockerfile: Dockerfile
develop:
watch:
- action: rebuild
path: .
ignore:
- .devcontainer
- .github
- .vscode
- data
- tests
volumes:
- ./data:/app/data
environment:
Expand Down

0 comments on commit d8dc801

Please sign in to comment.