Refactor docker-compose files to remove version numbers

This commit is contained in:
Andras Bacsai
2024-05-08 09:23:36 +02:00
parent 3eb4aed867
commit fb80318553
18 changed files with 5 additions and 25 deletions

View File

@@ -11,7 +11,6 @@ x-logging: &x-logging
options:
max-file: '5'
max-size: '10m'
version: '3'
services:
appwrite:

View File

@@ -4,8 +4,6 @@
# logo: svgs/authentik.png
# port: 9000
version: "3.4"
services:
postgresql:
image: docker.io/library/postgres:12-alpine

View File

@@ -4,7 +4,6 @@
# logo: svgs/glitchtip.png
# port: 8080
version: "3.8"
services:
postgres:
image: postgres:16-alpine

View File

@@ -2,7 +2,6 @@
# slogan: Penpot is the first Open Source design and prototyping platform for product teams.
# tags: penpot,design,prototyping,figma,open,source
version: "3.5"
services:
frontend:
image: "penpotapp/frontend:latest"

View File

@@ -4,7 +4,6 @@
# tags: analytics, privacy, google, alternative
# port: 8000
version: "3.3"
services:
plausible:
image: plausible/analytics:v2.0

File diff suppressed because one or more lines are too long