Skip to content
Snippets Groups Projects
Commit 2efcde4d authored by guillaum.riondet's avatar guillaum.riondet
Browse files

Clean local docker compose

parent 2219f3d5
No related branches found
No related tags found
No related merge requests found
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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment