aboutsummaryrefslogtreecommitdiffstats
path: root/compose.yml
diff options
context:
space:
mode:
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