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 APP_ENV=local
INSTALLED="false" INSTALLED="false"
APP_KEY=DYKEBxfEHK1PP4mUbP3gWPtsPZgXh0qX APP_KEY=DYKEBxfEHK1PP4mUbP3gWPtsPZgXh0qX

View File

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