diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..8c424c6 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,5 @@ +services: + postgres-cron: + image: 'git.409dev.online/409/postgres-cron' + container_name: 'postgres-cron' + build: '.'