mirror of
https://github.com/morten-olsen/mini-loader.git
synced 2026-02-08 01:36:26 +01:00
fix: add health checks and volumes to docker file (#2)
Co-authored-by: Morten Olsen <morten-olsen@users.noreply.github.com>
This commit is contained in:
@@ -5,5 +5,9 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./docker/Dockerfile
|
||||
volumes:
|
||||
- data:/app/data
|
||||
ports:
|
||||
- 4500:4500
|
||||
volumes:
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user