diff --git a/compose.yaml b/compose.yaml index 6950ba8..b3054e2 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,7 +1,6 @@ -version: "3.8" -name: mysql +name: ${CONTAINER_NAME}-mysql services: - base: &base + database: container_name: ${CONTAINER_NAME}-db image: mysql:${MYSQL_VERSION} environment: @@ -14,11 +13,3 @@ services: - ./docker/volumes/backups:/backups extra_hosts: - host.docker.internal:host-gateway - - database: - <<: *base - - dev: - <<: *base - env_file: - - ./.env