aboutsummaryrefslogtreecommitdiffstats
path: root/compose.yml
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-02-28 19:17:07 +0200
committerJan Tuomi <jan@jantuomi.fi>2024-12-21 19:43:13 +0200
commitcdcbcf93fa15b6257aeb8d347219b3f9793606d0 (patch)
tree0b39d7f0b5d82309408898f79d2d8f7a2f099078 /compose.yml
parent89769b45a11ea6ec206f7b519953492296dd8214 (diff)
Add README, use postgres:16, improve styles
Diffstat (limited to 'compose.yml')
-rw-r--r--compose.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/compose.yml b/compose.yml
index 7fae4b0..bc8214a 100644
--- a/compose.yml
+++ b/compose.yml
@@ -1,6 +1,6 @@
services:
db:
- image: postgres:14
+ image: postgres:16
environment:
POSTGRES_DB: db
POSTGRES_USER: postgres
@@ -16,6 +16,7 @@ services:
retries: 5
web:
+ image: diddle:latest
build: .
environment:
BASE_URL: http://localhost:8000