Gitea Workflow ordnerstruktur geändert
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 8s
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 8s
This commit is contained in:
9
docker-compose.yaml
Normal file
9
docker-compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
productdefinitions-service:
|
||||
build:
|
||||
context: server-app
|
||||
dockerfile: Dockerfile
|
||||
container_name: productdefinitions_development_container
|
||||
ports:
|
||||
- "9080:9080"
|
||||
restart: always
|
||||
Reference in New Issue
Block a user