Not actually needed. Other system already in place
This commit is contained in:
@@ -24,8 +24,6 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- Data:/data
|
- Data:/data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
Data:
|
Data:
|
||||||
|
|||||||
@@ -22,8 +22,6 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- Data:/data
|
- Data:/data
|
||||||
- Repo:/repo
|
- Repo:/repo
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
Data:
|
Data:
|
||||||
|
|||||||
@@ -31,8 +31,6 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- Content:/var/lib/ghost/content
|
- Content:/var/lib/ghost/content
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
public-proxy:
|
public-proxy:
|
||||||
|
|||||||
@@ -34,8 +34,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- Logo:/var/www/app/public/logo
|
- Logo:/var/www/app/public/logo
|
||||||
- Storage:/var/www/app/storage
|
- Storage:/var/www/app/storage
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
cron:
|
cron:
|
||||||
image: invoiceninja/invoiceninja:latest
|
image: invoiceninja/invoiceninja:latest
|
||||||
dns:
|
dns:
|
||||||
@@ -96,8 +94,6 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- Database:/var/lib/mysql
|
- Database:/var/lib/mysql
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
web:
|
web:
|
||||||
image: nginx
|
image: nginx
|
||||||
command: [nginx-debug, '-g', 'daemon off;']
|
command: [nginx-debug, '-g', 'daemon off;']
|
||||||
|
|||||||
@@ -36,8 +36,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- Application:/var/www/html
|
- Application:/var/www/html
|
||||||
- UserData:/var/www/html/data
|
- UserData:/var/www/html/data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:5
|
image: mysql:5
|
||||||
dns:
|
dns:
|
||||||
@@ -56,8 +54,6 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- Database:/var/lib/mysql
|
- Database:/var/lib/mysql
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
public-proxy:
|
public-proxy:
|
||||||
|
|||||||
@@ -32,8 +32,6 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- ${STORAGE_BASE_DIR}${APP_DIR}:/var/lib/snipeit
|
- ${STORAGE_BASE_DIR}${APP_DIR}:/var/lib/snipeit
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:5
|
image: mysql:5
|
||||||
dns:
|
dns:
|
||||||
@@ -54,8 +52,6 @@ services:
|
|||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- ${STORAGE_BASE_DIR}${DB_DIR}:/var/lib/mysql
|
- ${STORAGE_BASE_DIR}${DB_DIR}:/var/lib/mysql
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
snipe-net:
|
snipe-net:
|
||||||
@@ -25,8 +25,6 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /RancherConfig/${DATA_DIR}/traefik.toml:/traefik.toml
|
- /RancherConfig/${DATA_DIR}/traefik.toml:/traefik.toml
|
||||||
- /RancherConfig/${DATA_DIR}/acme.json:/acme.json
|
- /RancherConfig/${DATA_DIR}/acme.json:/acme.json
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
public-proxy:
|
public-proxy:
|
||||||
Reference in New Issue
Block a user