update drop container
All checks were successful
Deploy Containers / Prepare (push) Successful in 35s
All checks were successful
Deploy Containers / Prepare (push) Successful in 35s
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
- name: Create Drop DB Container
|
- name: Create Drop DB Container
|
||||||
docker_container:
|
docker_container:
|
||||||
name: drop_postgres
|
name: drop_postgres
|
||||||
image: postgres:17-alpine
|
image: postgres:14-alpine
|
||||||
recreate: true
|
recreate: true
|
||||||
networks:
|
networks:
|
||||||
- name: drop
|
- name: drop
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
- name: Create Drop Container
|
- name: Create Drop Container
|
||||||
docker_container:
|
docker_container:
|
||||||
name: drop
|
name: drop
|
||||||
image: ghcr.io/drop-oss/drop:v0.3.3
|
image: ghcr.io/drop-oss/drop:latest
|
||||||
recreate: true
|
recreate: true
|
||||||
networks:
|
networks:
|
||||||
- name: homelab
|
- name: homelab
|
||||||
|
|||||||
Reference in New Issue
Block a user