Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boards
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
abaplans
boards
Commits
2efcde4d
Commit
2efcde4d
authored
5 years ago
by
guillaum.riondet
Browse files
Options
Downloads
Patches
Plain Diff
Clean local docker compose
parent
2219f3d5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+0
-21
0 additions, 21 deletions
docker-compose.yml
with
0 additions
and
21 deletions
docker-compose.yml
+
0
−
21
View file @
2efcde4d
version
:
'
3.7'
services
:
# Associate a Docker volume to the DB to persist data.
# maps-database:
# volumes:
# - maps-db-dev:/var/lib/mysql
#
# # Run services on predefined ports so they can be accessed
# # from the browser.
# phpmyadmin:
# ports:
# - "${PHPMYADMIN_PORT}:80"
#
# backend:
# ports:
# - "${MAPS_SERVER_PORT}:80"
# Start the frontend application in development mode, and bind
# ./frontend to the containers workdir to mirror changes in the
# code on the fly.
boards-frontend
:
build
:
context
:
./frontend
...
...
@@ -68,6 +50,3 @@ services:
volumes
:
# Volume to persist the boards database in development.
boards-db-dev
:
# Volume to persist the sudoku database.
pgdata
:
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