Compare commits
2 Commits
ea3ac62e8c
...
f7304c3d22
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f7304c3d22 | ||
|
|
46204dd276 |
@@ -4,7 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- update-dependencies
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
|
||||
@@ -3,7 +3,7 @@ version: '3.9'
|
||||
services:
|
||||
codiki-database:
|
||||
container_name: "codiki-database"
|
||||
image: "postgres:17"
|
||||
image: "postgres:16"
|
||||
ports:
|
||||
- "50001:5432"
|
||||
networks:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
codiki-database:
|
||||
image: "postgres:17"
|
||||
image: "postgres:16"
|
||||
container_name: "codiki-database"
|
||||
ports:
|
||||
- "50010:5432"
|
||||
|
||||
Reference in New Issue
Block a user