Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Yokihito Oki
/
kanoya-univercity-docker
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
78e33ad8
authored
2020-06-28 10:42:15 +0900
by
Yokihito Oki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
first commit
0 parents
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
.gitignore
docker-compose.yml
.gitignore
0 → 100644
View file @
78e33ad
.DS_Store
app/*
data/*
\ No newline at end of file
docker-compose.yml
0 → 100644
View file @
78e33ad
version
:
'
3.1'
services
:
joomla
:
image
:
joomla:3.9.14
depends_on
:
-
joomladb
restart
:
always
links
:
-
joomladb:mysql
ports
:
-
8888:80
volumes
:
-
./app/:/var/www/html:cached
environment
:
JOOMLA_DB_HOST
:
joomladb
JOOMLA_DB_PASSWORD
:
example
joomladb
:
image
:
mariadb:10.4.11
ports
:
-
3306:3306
volumes
:
-
./data:/var/lib/mysql
restart
:
always
environment
:
MYSQL_ROOT_PASSWORD
:
example
command
:
-
"
--character-set-server=utf8"
-
"
--collation-server=utf8_unicode_ci"
\ No newline at end of file
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment