Skip to content

Commit

Permalink
add docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danitrap committed Dec 30, 2023
1 parent b3341b9 commit 09631bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: "3.3"
services:
app:
container_name: "hn500"
build: "."
restart: always
env_file:
- .env

0 comments on commit 09631bd

Please sign in to comment.