updated docker-compose

This commit is contained in:
Patrick 2025-07-11 09:24:45 +02:00
parent 0f8a4ebc2c
commit 349415da08
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +0,0 @@
services:
application:
build: .

View File

@ -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