updated docker-compose
This commit is contained in:
parent
0f8a4ebc2c
commit
349415da08
|
|
@ -1,3 +0,0 @@
|
|||
services:
|
||||
application:
|
||||
build: .
|
||||
|
|
@ -5,11 +5,14 @@ volumes:
|
|||
|
||||
services:
|
||||
application:
|
||||
build: https://git.maschek.info/patrick/stundenaufzeichnung.git#main
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- 3001:3000
|
||||
- 3000:3001
|
||||
volumes:
|
||||
- type: volume
|
||||
source: user-data
|
||||
target: /app-data
|
||||
restart: always
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue