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