Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
docker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mowgli
docker
Commits
3157935a
Commit
3157935a
authored
Jun 11, 2018
by
Daniel Seybold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enabled auth for php-mayadmin, added fix for collation issues
parent
ccd88f32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
docker-compose.yml
docker-compose.yml
+5
-2
No files found.
docker-compose.yml
View file @
3157935a
...
...
@@ -9,6 +9,7 @@ services:
-
MYSQL_DATABASE=${DATABASE_DB}
-
MYSQL_USER=${DATABASE_USER}
-
MYSQL_PASSWORD=${DATABASE_PASSWORD}
command
:
mysqld --character-set-server=utf8
colosseum-service
:
depends_on
:
-
"
colosseum-store"
...
...
@@ -31,8 +32,9 @@ services:
restart
:
always
environment
:
-
PMA_HOST=colosseum-store
-
PMA_USER=${DATABASE_USER}
-
PMA_PASSWORD=${DATABASE_PASSWORD}
# uncomment to be enable auto login
#- PMA_USER=${DATABASE_USER}
#- PMA_PASSWORD=${DATABASE_PASSWORD}
ports
:
-
8080:80
colosseum-etcd
:
...
...
@@ -60,6 +62,7 @@ services:
restart
:
always
environment
:
-
INFLUXDB_DB=${INFLUXDB_DB}
# uncomment to enable authentication
# - INFLUXDB_HTTP_AUTH_ENABLED=true
# - INFLUXDB_USER=${INFLUXDB_USER}
# - INFLUXDB_USER_PASSWORD=${INFLUXDB_PW}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment