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:
|
services:
|
||||||
db:
|
db:
|
||||||
image: mariadb:10.6
|
image: mariadb:10.6
|
||||||
restart: always
|
restart: always
|
||||||
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
|
command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/storage/appdata/nextcloud1/mysql:/var/lib/mysql
|
- /mnt/storage/appdata/nextcloud/mysql:/var/lib/mysql
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
environment:
|
environment:
|
||||||
@@ -26,10 +20,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
# links:
|
|
||||||
# - db
|
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/storage/appdata/nextcloud1/www/html:/var/www/html
|
- /mnt/storage/appdata/nextcloud/www/html:/var/www/html
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user