remove post.fish and compose-files
This commit is contained in:
parent
2a9731b591
commit
aca5905dfb
|
@ -1,30 +0,0 @@
|
||||||
version: "3"
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
gitea-data:
|
|
||||||
driver: local
|
|
||||||
gitea-ssh:
|
|
||||||
driver: local
|
|
||||||
|
|
||||||
services:
|
|
||||||
server:
|
|
||||||
container_name: gitea
|
|
||||||
image: gitea/gitea:1
|
|
||||||
restart: always
|
|
||||||
volumes:
|
|
||||||
#- gitea-data:/var/lib/gitea:Z
|
|
||||||
#- gitea-config:/etc/gitea:Z
|
|
||||||
- gitea-data:/data:Z
|
|
||||||
- gitea-ssh:/data/git/.ssh:Z
|
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
environment:
|
|
||||||
- USER_UID=1000
|
|
||||||
- USER_GID=1000
|
|
||||||
- DISABLE_SSH=false
|
|
||||||
- START_SSH_SERVER=true
|
|
||||||
- SSH_PORT=2222
|
|
||||||
- SSH_LISTEN_PORT=2222
|
|
||||||
ports:
|
|
||||||
- "3000:3000"
|
|
||||||
- "2222:2222"
|
|
|
@ -1,6 +0,0 @@
|
||||||
version: 3.8
|
|
||||||
services:
|
|
||||||
tooter:
|
|
||||||
container_name: jbmasto
|
|
||||||
build: /home/oct2pus/server-config/docker-files/jbmasto
|
|
||||||
volume:
|
|
|
@ -1,3 +0,0 @@
|
||||||
services:
|
|
||||||
mega:
|
|
||||||
image:
|
|
|
@ -1,21 +0,0 @@
|
||||||
version: "2.1"
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
podgrab-config:
|
|
||||||
driver: local
|
|
||||||
podgrab-data:
|
|
||||||
driver: local
|
|
||||||
|
|
||||||
services:
|
|
||||||
podgrab:
|
|
||||||
image: akhilrex/podgrab
|
|
||||||
container_name: podgrab
|
|
||||||
environment:
|
|
||||||
- CHECK_FREQUENCY=240
|
|
||||||
# - PASSWORD=password ## Uncomment to enable basic authentication, username = podgrab
|
|
||||||
volumes:
|
|
||||||
- podgrab-config:/config
|
|
||||||
- podgrab-data:/assets
|
|
||||||
ports:
|
|
||||||
- 8080:8080
|
|
||||||
restart: unless-stopped
|
|
|
@ -1,14 +0,0 @@
|
||||||
version: '3.7'
|
|
||||||
volumes:
|
|
||||||
sharry-data:
|
|
||||||
driver: local
|
|
||||||
|
|
||||||
services:
|
|
||||||
restserver:
|
|
||||||
image: eikek0/sharry:latest
|
|
||||||
container_name: sharry
|
|
||||||
command: /data/sharry.conf
|
|
||||||
ports:
|
|
||||||
- "9090:9090"
|
|
||||||
volumes:
|
|
||||||
- sharry-data:/data/
|
|
Loading…
Reference in New Issue