mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
remove hosts
This commit is contained in:
@@ -15,8 +15,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
#- "443:443"
|
#- "443:443"
|
||||||
extra_hosts:
|
# extra_hosts:
|
||||||
- "in5.localhost:192.168.0.124 " #host and ip
|
# - "in5.localhost:192.168.0.124 " #host and ip
|
||||||
|
|
||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
@@ -25,7 +25,7 @@ services:
|
|||||||
env_file: env
|
env_file: env
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/hosts:/etc/hosts:ro
|
# - ./config/hosts:/etc/hosts:ro
|
||||||
- ./docker/app/public:/var/www/app/public:rw,delegated
|
- ./docker/app/public:/var/www/app/public:rw,delegated
|
||||||
- ./docker/app/storage:/var/www/app/storage:rw,delegated
|
- ./docker/app/storage:/var/www/app/storage:rw,delegated
|
||||||
# - ./config/php/php.ini:/usr/local/etc/php/conf.d/invoiceninja.ini
|
# - ./config/php/php.ini:/usr/local/etc/php/conf.d/invoiceninja.ini
|
||||||
@@ -34,8 +34,8 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- valkey
|
- valkey
|
||||||
extra_hosts:
|
# extra_hosts:
|
||||||
- "in5.localhost:192.168.0.124 " #host and ip
|
# - "in5.localhost:192.168.0.124 " #host and ip
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mysql:8
|
image: mysql:8
|
||||||
@@ -54,8 +54,8 @@ services:
|
|||||||
#- ./config/mysql/backup-script:/etc/cron.daily/daily:ro
|
#- ./config/mysql/backup-script:/etc/cron.daily/daily:ro
|
||||||
#- ./config/mysql/backup-script:/etc/cron.weekly/weekly:ro
|
#- ./config/mysql/backup-script:/etc/cron.weekly/weekly:ro
|
||||||
#- ./config/mysql/backup-script:/etc/cron.monthly/monthly:ro
|
#- ./config/mysql/backup-script:/etc/cron.monthly/monthly:ro
|
||||||
extra_hosts:
|
# extra_hosts:
|
||||||
- "in5.localhost:192.168.0.124 " #host and ip
|
# - "in5.localhost:192.168.0.124 " #host and ip
|
||||||
|
|
||||||
# THIS IS ONLY A VALID CONFIGURATION FOR IN 4. DO NOT USE FOR IN 5.
|
# THIS IS ONLY A VALID CONFIGURATION FOR IN 4. DO NOT USE FOR IN 5.
|
||||||
# cron:
|
# cron:
|
||||||
|
|||||||
Reference in New Issue
Block a user