aboutsummaryrefslogtreecommitdiff
path: root/compose.yaml
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2025-10-04 22:34:37 +0300
committerJoel Stålnacke <joel@saker.fi>2025-10-04 22:34:37 +0300
commiteb873ba9836920f5ac47ca76e30c0235e8fe904a (patch)
tree550326cf55a83c744cec1193b0cb1a25e7df6732 /compose.yaml
parent932cdb16ab944bf3b558b71f740ca77a0a6ab0e7 (diff)
Make Compose file Podlet-friendlyHEADmaster
Diffstat (limited to 'compose.yaml')
-rw-r--r--compose.yaml16
1 files changed, 4 insertions, 12 deletions
diff --git a/compose.yaml b/compose.yaml
index 328fd56..5db3300 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -1,17 +1,9 @@
services:
web:
- build: .
+ build:
+ context: .
+ tags:
+ - aamukampa-web:latest
ports:
- 5000:8080
restart: always
- develop:
- watch:
- - action: rebuild
- path: Aamukampa.Frontend/
- - action: rebuild
- path: Aamukampa.Core/
- - action: rebuild
- path: Aamukampa.Web/
- - action: sync
- path: Aamukampa.Web/appsettings*.json
- target: /app/