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