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
|
APP_ENV=local
|
||||||
INSTALLED="false"
|
INSTALLED="false"
|
||||||
APP_KEY=DYKEBxfEHK1PP4mUbP3gWPtsPZgXh0qX
|
APP_KEY=DYKEBxfEHK1PP4mUbP3gWPtsPZgXh0qX
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user