Skip to content

Commit

Permalink
Add docker compose file (#6)
Browse files Browse the repository at this point in the history
This commit adds a docker compose file for easier deployment.

---------

Co-authored-by: s-heppner <[email protected]>
  • Loading branch information
otto-ifak and s-heppner authored Oct 4, 2024
1 parent edd21b1 commit 32c35b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
storage/
7 changes: 7 additions & 0 deletions server/compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
services:
app:
build: .
ports:
- 8080:80
volumes:
- ./storage:/app/storage

0 comments on commit 32c35b9

Please sign in to comment.