diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index d89975c..0000000 --- a/.editorconfig +++ /dev/null @@ -1,24 +0,0 @@ -# EditorConfig is awesome: https://EditorConfig.org - -# top-most EditorConfig file -root = true - -# Unix-style newlines with a newline ending every file -[*] -end_of_line = lf -insert_final_newline = true - -# Matches multiple files with brace expansion notation -# Set default charset -[*.*] -charset = utf-8 - -# Tab indentation (no size specified) -[Makefile] -indent_style = tab - -# Matches the files *.yml -[*.yml] -indent_style = space -indent_size = 2 - diff --git a/.gitignore b/.gitignore deleted file mode 100644 index fe01782..0000000 --- a/.gitignore +++ /dev/null @@ -1,14 +0,0 @@ -# OS files -.DS_Store -.DS_Store? -._* -.Spotlight-V100 -.Trashes -ehthumbs.db -Thumbs.db - -# Helm -charts/**/charts/ - -# Compose filesystem -/docker diff --git a/debian/.env b/debian/.env index f531f55..9fddcc7 100644 --- a/debian/.env +++ b/debian/.env @@ -1,5 +1,5 @@ # IN application vars -APP_URL=http://localhost:8012 +APP_URL=http://localhost APP_KEY=base64:RR++yx2rJ9kdxbdh3+AmbHLDQu+Q76i++co9Y8ybbno= APP_ENV=production APP_DEBUG=true diff --git a/debian/docker-compose.yml b/debian/docker-compose.yml index eefcd47..bff22f0 100644 --- a/debian/docker-compose.yml +++ b/debian/docker-compose.yml @@ -16,7 +16,7 @@ services: app: build: context: . - image: invoiceninja/invoiceninja-debian:${TAG:-latest} + image: invoiceninja/invoiceninja-octane:${TAG:-latest} restart: unless-stopped # php artisan help octane:frankenphp command: --port=80 --workers=2 --log-level=info @@ -42,7 +42,7 @@ services: logging: *default-logging app-worker: - image: invoiceninja/invoiceninja-debian:${TAG:-latest} + image: invoiceninja/invoiceninja-octane:${TAG:-latest} restart: unless-stopped # php artisan help queue:work command: --verbose --sleep=3 --tries=3 --max-time=3600 @@ -63,7 +63,7 @@ services: logging: *default-logging app-scheduler: - image: invoiceninja/invoiceninja-debian:${TAG:-latest} + image: invoiceninja/invoiceninja-octane:${TAG:-latest} restart: unless-stopped # php artisan help schedule:work command: --verbose diff --git a/docker/app/public/.keep b/docker/app/public/.keep deleted file mode 100644 index 8b13789..0000000 --- a/docker/app/public/.keep +++ /dev/null @@ -1 +0,0 @@ - diff --git a/docker/app/storage/.keep b/docker/app/storage/.keep deleted file mode 100644 index 8b13789..0000000 --- a/docker/app/storage/.keep +++ /dev/null @@ -1 +0,0 @@ -