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:
|
services:
|
||||||
application:
|
application:
|
||||||
build: https://git.maschek.info/patrick/stundenaufzeichnung.git#main
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- 3001:3000
|
- 3000:3001
|
||||||
volumes:
|
volumes:
|
||||||
- type: volume
|
- type: volume
|
||||||
source: user-data
|
source: user-data
|
||||||
target: /app-data
|
target: /app-data
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue