remove hosts

This commit is contained in:
Benjamin Brummer
2025-01-15 09:53:08 +00:00
parent 3a0d184fb2
commit fe1ff5c496

View File

@@ -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: