Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwutk authored Jun 12, 2024
1 parent 9edbfef commit 1a9956a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
volumes:
- .:/workspace
- /data/apperception-data:/data/apperception-data
command: jupyter-lab --allow-root
deploy:
resources:
reservations:
Expand All @@ -27,4 +28,4 @@ services:
environment:
- POSTGRES_PASSWORD=postgres
expose:
- 5432
- 5432

0 comments on commit 1a9956a

Please sign in to comment.