mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Cleaned & removed files from root directory
This commit is contained in:
parent
5561be3ebf
commit
4973bd08e8
@ -1,4 +1,4 @@
|
||||
APP_NAME=OC
|
||||
APP_NAME=oc
|
||||
APP_ENV=local
|
||||
INSTALLED="false"
|
||||
APP_KEY=DYKEBxfEHK1PP4mUbP3gWPtsPZgXh0qX
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user