Compare commits
2 Commits
b9e7224e0c
...
b12a768d94
| Author | SHA1 | Date | |
|---|---|---|---|
| b12a768d94 | |||
| 6e02b4156a |
@@ -1,7 +1,7 @@
|
|||||||
FROM postgres
|
FROM postgres:17
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y --no-install-recommends postgresql-16-cron
|
RUN apt-get install -y --no-install-recommends postgresql-17-cron
|
||||||
# Clean up
|
# Clean up
|
||||||
RUN rm -rf /var/lib/apt/lists/*
|
RUN rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
5
compose.yaml
Normal file
5
compose.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
services:
|
||||||
|
postgres-cron:
|
||||||
|
image: 'git.409dev.online/409/postgres-cron'
|
||||||
|
container_name: 'postgres-cron'
|
||||||
|
build: '.'
|
||||||
Reference in New Issue
Block a user