From 81f284e0b59df7927794ea2f8a16df9a466b9222 Mon Sep 17 00:00:00 2001 From: Hubert Van De Walle Date: Fri, 1 May 2020 16:45:50 +0200 Subject: [PATCH] Remove ports mapping for internal docker network --- docker-compose.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8b50012..5913ba9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,12 +20,6 @@ services: depends_on: - api - certbot: - image: certbot/certbot - volumes: - - ./data/certbot/conf:/etc/letsencrypt - - ./data/certbot/www:/var/www/certbot - db: image: mariadb container_name: notes-mariadb @@ -35,9 +29,6 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/Brussels - ports: - # This is only for testing - - 3306:3306 volumes: - notes-db-volume:/var/lib/mysql healthcheck: @@ -49,9 +40,6 @@ services: api: build: ./api container_name: notes-api - ports: - # This is only for testing - - 8081:8081 env_file: - .env environment: