setup Angular app and integrate Docker image build in docker-compose.yml

This commit is contained in:
Thomas Peetz
2025-07-20 11:19:05 +02:00
parent 169b349277
commit 01788286e2
18 changed files with 145 additions and 33 deletions
+12
View File
@@ -83,6 +83,18 @@ services:
depends_on:
postgres:
condition: service_healthy
kontor-angular:
image: kontor-angular:0.2.0-SNAPSHOT
restart: unless-stopped
networks:
- database
- integration
- frontend
ports:
- 8200:80
depends_on:
postgres:
condition: service_healthy
networks:
database:
integration: