move non-working jenkins compose file to inactive
This commit is contained in:
11
inactive/jenkins/compose.yaml
Normal file
11
inactive/jenkins/compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
jenkins:
|
||||
image: jenkins/jenkins:lts
|
||||
ports:
|
||||
- "9080:8080"
|
||||
volumes:
|
||||
- jenkins_home:/var/jenkins_home
|
||||
ssh-agent:
|
||||
image: jenkins/ssh-agent
|
||||
volumes:
|
||||
jenkins_home:
|
||||
@@ -1,16 +1,10 @@
|
||||
version: '3'
|
||||
|
||||
#volumes:
|
||||
# nextcloud:
|
||||
# db:
|
||||
|
||||
services:
|
||||
db:
|
||||
image: mariadb:10.6
|
||||
restart: always
|
||||
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
|
||||
volumes:
|
||||
- /mnt/storage/appdata/nextcloud1/mysql:/var/lib/mysql
|
||||
- /mnt/storage/appdata/nextcloud/mysql:/var/lib/mysql
|
||||
networks:
|
||||
- default
|
||||
environment:
|
||||
@@ -26,10 +20,8 @@ services:
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
# links:
|
||||
# - db
|
||||
volumes:
|
||||
- /mnt/storage/appdata/nextcloud1/www/html:/var/www/html
|
||||
- /mnt/storage/appdata/nextcloud/www/html:/var/www/html
|
||||
networks:
|
||||
- default
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user