mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
chore: removed docker-compose version
This commit is contained in:
parent
5df2cbe5d7
commit
f24c972216
|
@ -1,5 +1,6 @@
|
|||
services:
|
||||
---
|
||||
|
||||
services:
|
||||
copyparty:
|
||||
image: copyparty/ac:latest
|
||||
container_name: copyparty
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: '3.3'
|
||||
---
|
||||
|
||||
networks:
|
||||
net:
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# https://goauthentik.io/docker-compose.yml
|
||||
---
|
||||
version: "3.4"
|
||||
|
||||
services:
|
||||
postgresql:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# https://goauthentik.io/docs/providers/proxy/server_traefik
|
||||
---
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
traefik:
|
||||
image: traefik:v2.2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: "3.4"
|
||||
---
|
||||
|
||||
volumes:
|
||||
database:
|
||||
|
|
Loading…
Reference in a new issue