Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DCSG2003
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Raphael Storm Larsen
DCSG2003
Commits
98112b33
Commit
98112b33
authored
2 years ago
by
Raphael Storm Larsen
Browse files
Options
Downloads
Patches
Plain Diff
Created automatic update of config files for bookface
parent
9d73b83c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configuration/worker/docker-compose.yml
+61
-0
61 additions, 0 deletions
configuration/worker/docker-compose.yml
with
61 additions
and
0 deletions
configuration/worker/docker-compose.yml
0 → 100644
+
61
−
0
View file @
98112b33
version
:
'
3.3'
configs
:
bf_config
:
file
:
./config.php.swarm
haproxy_config
:
file
:
./haproxy.cfg
networks
:
bf
:
attachable
:
true
services
:
web
:
image
:
192.168.128.23:5000/bf:v17
configs
:
-
source
:
bf_config
target
:
/var/www/html/config.php
ports
:
-
"
80:80"
networks
:
-
bf
volumes
:
-
type
:
bind
source
:
/bf_images
target
:
/var/www/html/images
environment
:
BF_MEMCACHE_SERVER
:
memcache
BF_DB_HOST
:
db_balance
BF_DB_PORT
:
26257
BF_DB_USER
:
bfuser
BF_DB_NAME
:
bf
BF_FRONTPAGE_LIMIT
:
500
deploy
:
replicas
:
3
memcache
:
image
:
192.168.128.23:5000/memcached
restart
:
always
networks
:
-
bf
db_balance
:
image
:
192.168.128.23:5000/haproxy
restart
:
always
configs
:
-
source
:
haproxy_config
target
:
/usr/local/etc/haproxy/haproxy.cfg
networks
:
-
bf
ports
:
-
"
1936:1936"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment