chore: remove obsolete compose version keys

This commit is contained in:
Marco Allegretti 2026-02-02 11:25:09 +01:00
parent f29543f429
commit 6ac85c3fcb
4 changed files with 61 additions and 69 deletions

View file

@ -1,5 +1,3 @@
version: "3.9"
services:
postgres:
ports:

View file

@ -1,5 +1,3 @@
version: "3.9"
# Demo deployment - includes demo users, seed data, and restricted actions
# Usage: podman-compose --env-file compose/.env.demo -f compose/demo.yml up -d
# Reset: podman-compose --env-file compose/.env.demo -f compose/demo.yml down -v; podman-compose --env-file compose/.env.demo -f compose/demo.yml up -d

View file

@ -1,5 +1,3 @@
version: "3.9"
services:
postgres:
image: postgres:16

View file

@ -1,5 +1,3 @@
version: "3.9"
# Production deployment - clean instance without demo data
# Usage: podman-compose -f compose/production.yml up -d