Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
kaana.red
explorer.kaana.red
Commits
26aa28ad
Commit
26aa28ad
authored
Mar 15, 2021
by
TonyFord
Browse files
change domain to kaana.red
parent
fa698413
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
26aa28ad
...
...
@@ -6,11 +6,11 @@ services:
build
:
context
:
./
args
:
RUNNER_UID
:
${RUNNER_UID}
RUNNER_GID
:
${RUNNER_GID}
RUNNER_UID
:
${RUNNER_UID
:-1000
}
RUNNER_GID
:
${RUNNER_GID
:-1000
}
env_file
:
-
${FAIRCOIN_CONF}
container_name
:
${CI_PROJECT_NAME}-app
container_name
:
${CI_PROJECT_NAME
:-faircoinexplorer
}-app
user
:
'
${RUNNER_UID}:${RUNNER_GID}'
command
:
sleep inf
network_mode
:
host
...
...
@@ -21,18 +21,18 @@ services:
db
:
image
:
mysql:5.7
container_name
:
${CI_PROJECT_NAME}-mysql
container_name
:
${CI_PROJECT_NAME
:-faircoinexplorer
}-mysql
restart
:
always
environment
:
MYSQL_DATABASE
:
explorer
# So you don't have to use root, but you can if you like
MYSQL_USER
:
${MYSQL_USER}
MYSQL_USER
:
${MYSQL_USER
:-user
}
# You can use whatever password you like
MYSQL_PASSWORD
:
${MYSQL_PASSWORD}
MYSQL_PASSWORD
:
${MYSQL_PASSWORD
:-password
}
# Password for root access
MYSQL_ROOT_PASSWORD
:
${MYSQL_ROOT_PASSWORD}
MYSQL_ROOT_PASSWORD
:
${MYSQL_ROOT_PASSWORD
:-rootpassword
}
ports
:
-
${MYSQL_DATABASE_PORT}:3306
-
${MYSQL_DATABASE_PORT
:-3306
}:3306
volumes
:
-
my-db:/var/lib/mysql
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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