Added release como-backend: 88c7acd439

This commit is contained in:
Kasper Juul Hermansen 2023-06-04 14:57:49 +02:00
parent 9155ca9bab
commit a2d31925c3
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -2,7 +2,7 @@ version: '3.7'
services:
como-backend:
image: kasperhermansen/como-backend:f9dcc59f3c
image: kasperhermansen/como-backend:88c7acd439
ports:
- 3000:3000
env_file: ".env"
@ -10,7 +10,7 @@ services:
depends_on:
- db
db:
image: postgres:13.5
image: postgres:15.3
restart: always
env_file: ".env"
volumes: