Cleaned & removed files from root directory

This commit is contained in:
Fatih Alp 2023-05-21 17:17:46 +03:00
parent 5561be3ebf
commit 4973bd08e8
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
APP_NAME=OC
APP_NAME=oc
APP_ENV=local
INSTALLED="false"
APP_KEY=DYKEBxfEHK1PP4mUbP3gWPtsPZgXh0qX

View File

@ -25,7 +25,7 @@ services:
build:
context: .
dockerfile: Dockerfile
container_name: ${APP_NAME}_php
container_name: oc_php
environment:
- CONTAINER_ROLE=app
volumes:
@ -45,7 +45,7 @@ services:
# Database Server
database:
image: mysql:8.0
container_name: database
container_name: ${APP_NAME}_database
ports:
- 3306:3306
command: --max_allowed_packet=32505856 # Set max_allowed_packet to 256M (or any other value)