Added release como-backend: 88c7acd439
This commit is contained in:
parent
9155ca9bab
commit
a2d31925c3
@ -2,7 +2,7 @@ version: '3.7'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
como-backend:
|
como-backend:
|
||||||
image: kasperhermansen/como-backend:f9dcc59f3c
|
image: kasperhermansen/como-backend:88c7acd439
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
env_file: ".env"
|
env_file: ".env"
|
||||||
@ -10,7 +10,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
db:
|
db:
|
||||||
image: postgres:13.5
|
image: postgres:15.3
|
||||||
restart: always
|
restart: always
|
||||||
env_file: ".env"
|
env_file: ".env"
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user