chore: removed docker-compose version

This commit is contained in:
xFuture603 2025-07-31 10:05:06 +02:00
parent 5df2cbe5d7
commit f24c972216
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,6 @@
services: ---
services:
copyparty: copyparty:
image: copyparty/ac:latest image: copyparty/ac:latest
container_name: copyparty container_name: copyparty

View File

@ -1,4 +1,4 @@
version: '3.3' ---
networks: networks:
net: net:

View File

@ -1,6 +1,5 @@
# https://goauthentik.io/docker-compose.yml # https://goauthentik.io/docker-compose.yml
--- ---
version: "3.4"
services: services:
postgresql: postgresql:

View File

@ -1,6 +1,6 @@
# https://goauthentik.io/docs/providers/proxy/server_traefik # https://goauthentik.io/docs/providers/proxy/server_traefik
--- ---
version: "3.7"
services: services:
traefik: traefik:
image: traefik:v2.2 image: traefik:v2.2

View File

@ -1,4 +1,4 @@
version: "3.4" ---
volumes: volumes:
database: database: