From 2efcde4d43a32c0c6e5c7f591b709a0478bac3ec Mon Sep 17 00:00:00 2001
From: Guillaume Riondet <guillaume-auguste.riondet@etu.hesge.ch>
Date: Tue, 9 Jun 2020 10:20:25 +0200
Subject: [PATCH] Clean local docker compose

---
 docker-compose.yml | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 813169b04..4ab69b1b9 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,24 +1,6 @@
 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:
-- 
GitLab